oidc v0.1.0 OIDC View Source

Link to this section Summary

Link to this section Types

Link to this type

access_token()

View Source
access_token() :: String.t()
Link to this type

access_token_type()

View Source
access_token_type() :: String.t()
Link to this type

claims()

View Source
claims() :: %{optional(String.t()) => map()}
Link to this type

client_id()

View Source
client_id() :: String.t()
Link to this type

id_token()

View Source
id_token() :: String.t()
Link to this type

id_token_claims()

View Source
id_token_claims() :: %{optional(String.t()) => any()}
Link to this type

redirect_uri()

View Source
redirect_uri() :: String.t()
Link to this type

refresh_token()

View Source
refresh_token() :: String.t()
Link to this type

response_mode()

View Source
response_mode() :: String.t()
Link to this type

response_type()

View Source
response_type() :: String.t()
Link to this type

server_metadata()

View Source
server_metadata() :: %{optional(String.t()) => any()}
Link to this type

ui_locale()

View Source
ui_locale() :: String.t()