# ProfileObject
Dictionary of parameter recieved after successful login.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# authorizationCode
authorizationCode :String
A short-lived token used by your app for proof of authorization when interacting with the app's server counterpart.
# authorizedScopes
authorizedScopes :Array<String>
This value will contain a list of scopes for which the user provided authorization.
# identityToken
identityToken :String
Web Token that securely communicates information about the user to your app.