Contents

TKTokenSession

A token session that manages the authentication state of a token.

Declaration

class TKTokenSession

Overview

A token session communicates with its delegate to perform operations with its token that are bound to the authentication state.

A session is always instantiated by a TKToken instance through the token’s delegate when the framework detects access to the token from a new authentication session.

Topics

Creating Token Sessions

Responding to Authentication Events

Accessing the Token

See Also

Tokens