Modules.AppleSignIn.ProfileObject
Dictionary of parameter recieved after successful login.
Since: 1.0.0 · Platforms: iphone, ipad
Properties #
authorizationCode#
Type: String
A short-lived token used by your app for proof of authorization when interacting with the app's server counterpart.
authorizedScopes#
Type: Array<String>
This value will contain a list of scopes for which the user provided authorization.
identityToken#
Type: String
Web Token that securely communicates information about the user to your app.