Platforms to show: All Mac Windows Linux Cross-Platform

Back to TKTokenMBS class.

TKTokenMBS.createSession(byref error as NSErrorMBS) as TKTokenSessionMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
event SmartCard MBS Mac64bit Plugin 18.5 ✅ Yes ❌ No ❌ No ❌ No
Tells the delegate to create a session for the specified token.

token: The token.
error: If an error occurred, this method should return nil and populate this parameter with an object containing details of the error. The error object should have a domain equal to TKErrorDomain and a code equal to a value defined by the TKErrorCode enumeration.

Return a new token session, or nil if an error occurred.

All operations for a token are performed within a session representing an authentication context. This delegate method is called whenever new authentication context is needed. For example, a client may want to perform a token operation using a keychain object that has an associated LAContext.

TKTokenMBS.terminateSession(session as TKTokenSessionMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event SmartCard MBS Mac64bit Plugin 18.5 ✅ Yes ❌ No ❌ No ❌ No
Tells the delegate to terminate the specified token session.

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...