UeberauthOidcc.RawInfo (Ueberauth OIDCC v0.3.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(), opts: map(), userinfo: string_map() | nil }