init(tokenDriver:instanceID:)
Initializes a token with the driver you specify.
Declaration
init(tokenDriver: TKTokenDriver, instanceID: TKToken.InstanceID)Parameters
- tokenDriver:
The driver of the token.
- instanceID:
A unique, persistent identifier for this token. This value is typically generated from the serial number of the target hardware.
Return Value
A new token object.
Discussion
This is the designated initializer.