Instance Property

isAuthorized

True if the keychain instance contains tokens from a token request. If your application has been authorized by the user, will return true. Read-only.

Declaration

var isAuthorized: Bool { get }

Discussion

This property will only be true if the instance’s authorizationResponseHandler(for:) method has been called.

See Also

Default Implementations