UeberauthOidcc.RawInfo (Ueberauth OIDCC v0.4.2)

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

Summary

Types

string_map()

@type string_map() :: %{
  optional(String.t()) => String.t() | number() | string_map() | nil
}

t()

@type t() :: %UeberauthOidcc.RawInfo{
  claims: string_map(),
  introspection: map() | nil,
  opts: map(),
  userinfo: string_map() | nil
}