Contents

authorizationCode

A token that the app uses to interact with the server.

Declaration

var authorizationCode: Data? { get }

Discussion

Your app uses this short-lived token as proof that it has authorization to interact with the server.

The system encodes the object as a string using NSUTF8StringEncoding.

See Also

Identifying a User