zitadel_api v1.0.0-rc.6
  • Pages
  • Modules

    Zitadel.App.V1.OIDCTokenType (zitadel_api v1.0.0-rc.6) View Source

    Link to this section Summary

    Types

    oidc_token_type_bearer()
    oidc_token_type_jwt()
    t()

    Functions

    decode(data)
    descriptor()
    encode(struct)
    key(int)
    mapping()
    new()
    new(attrs)
    new!(attrs)
    value(v)

    Link to this section Types

    Link to this type

    oidc_token_type_bearer()

    View Source

    Specs

    oidc_token_type_bearer() :: :OIDC_TOKEN_TYPE_BEARER
    Link to this type

    oidc_token_type_jwt()

    View Source

    Specs

    oidc_token_type_jwt() :: :OIDC_TOKEN_TYPE_JWT
    Link to this type

    t()

    View Source

    Specs

    t() :: integer() | oidc_token_type_bearer() | oidc_token_type_jwt()

    Link to this section Functions

    Link to this function

    decode(data)

    View Source
    Link to this function

    descriptor()

    View Source
    Link to this function

    encode(struct)

    View Source
    Link to this function

    key(int)

    View Source
    Link to this function

    mapping()

    View Source
    Link to this function

    new()

    View Source
    Link to this function

    new(attrs)

    View Source
    Link to this function

    new!(attrs)

    View Source
    Link to this function

    value(v)

    View Source

    Built using ExDoc (v0.23.0) for the Elixir programming language. Designed by Friedel Ziegelmayer.

    API Reference