tokenSession(_:supports:keyObjectID:algorithm:)
Asks the delegate whether the token session supports a given operation using the specified key and algorithm.
Declaration
optional func tokenSession(_ session: TKTokenSession, supports operation: TKTokenOperation, keyObjectID: TKToken.ObjectID, algorithm: TKTokenKeyAlgorithm) -> BoolParameters
- session:
The token session.
- operation:
The operation to perform. For possible values, see
TKTokenOperation. - keyObjectID:
The identifier of the private key object.
- algorithm:
The algorithm to be used by the operation.