TKTokenMBS events

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

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.


💬 Ask a question or report a problem