View Source Ueberauth.Strategy.Apple.Token (Ueberauth Apple Strategy v0.6.1)
Provides helpers for working with Apple-generated tokens.
Apple provides a public list of keys that may be used for token signing at https://appleid.apple.com/auth/keys.
Link to this section Summary
Functions
Decode an ID Token provided by the Apple Auth API.
Link to this section Types
Link to this section Functions
Decode an ID Token provided by the Apple Auth API.
options
Options
:public_keys
:{Module, :function, args}
to call in order to get a list of public keys. The returned data must be in the form{:ok, keys}
wherekeys
is a list of maps matching the structure found at https://appleid.apple.com/auth/keys. Defaults to a function that uses HTTPoison to request the keys on every call.