public interface TKTokenDriverDelegate
| Modifier and Type | Method and Description |
|---|---|
default void |
tokenDriverTerminateToken(TKTokenDriver driver,
TKToken token)
Terminates previously created token, should release all resources associated with it.
|
default TKToken |
tokenDriverTokenForConfigurationError(TKTokenDriver driver,
TKTokenConfiguration configuration,
org.moe.natj.general.ptr.Ptr<NSError> error)
Creates new token for specified configuration.
|
default void tokenDriverTerminateToken(TKTokenDriver driver, TKToken token)
default TKToken tokenDriverTokenForConfigurationError(TKTokenDriver driver, TKTokenConfiguration configuration, org.moe.natj.general.ptr.Ptr<NSError> error)