UeberauthOidcc.RawInfo (ueberauth_oidcc v0.2.0)

Struct for the data passed to the callback as s:Ueberauth.Auth.Extra raw_info.

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
}