Skip to content

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.

email#

Type: String

The user's email address.

identityToken#

Type: String

Web Token that securely communicates information about the user to your app.

name#

Type: PersonName

Name of user.

realUserStatus#

Type: Number

Possible values for the real user indicator.

state#

Type: String

A string that your app provided to the request that generated the credential.

userId#

Type: String

An identifier associated with the authenticated user.

Titanium SDK Documentation