Ueberauth.Strategy.OIDC.extra
You're seeing just the function
extra
, go back to Ueberauth.Strategy.OIDC module for more information.
Link to this function
extra(conn)
Returns an Ueberauth.Auth.Extra
struct containing the raw token map
obtained from :oidcc
.
Since :oidcc
is an erlang library, empty values in the map are
represented by :undefined
or :none
, not nil
.