Contents

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.

See Also

Identifying a User