UeberauthOidcc.RawInfo (Ueberauth OIDCC v0.4.0-pre.2)
Struct for the data passed to the callback as the raw_info
in Ueberauth.Auth.Extra
.
Summary
Types
Link to this type
string_map()
@type string_map() :: %{ optional(String.t()) => String.t() | number() | string_map() | nil }
@type t() :: %UeberauthOidcc.RawInfo{ claims: string_map(), introspection: map() | nil, opts: map(), userinfo: string_map() | nil }