identityToken
A JSON Web Token (JWT) that securely communicates information about the user to the app.
Declaration
var identityToken: Data? { get }Discussion
The system encodes the object as a string using NSUTF8StringEncoding.
A JSON Web Token (JWT) that securely communicates information about the user to the app.
var identityToken: Data? { get }The system encodes the object as a string using NSUTF8StringEncoding.