# ProfileObject

Dictionary of parameter recieved after successful login.

Availability
1.0.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# authorizationCode

Availability
1.0.0
authorizationCode :String

A short-lived token used by your app for proof of authorization when interacting with the app's server counterpart.


# authorizedScopes

Availability
1.0.0
authorizedScopes :Array<String>

This value will contain a list of scopes for which the user provided authorization.


# email

Availability
1.0.0
email :String

The user's email address.


# identityToken

Availability
1.0.0
identityToken :String

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


# name

Availability
1.0.0
name :PersonName

Name of user.


# realUserStatus

Availability
1.0.0
realUserStatus :Number

Possible values for the real user indicator.


# state

Availability
1.0.0
state :String

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


# userId

Availability
1.0.0
userId :String

An identifier associated with the authenticated user.