GetTKTokenWatcher
Constructs a token watcher.
Declaration
int (*)(struct __OpaqueAuthorizationEngine *, const void **) GetTKTokenWatcher;Parameters
- inEngine:
An opaque handle that’s passed to your plug-in when the authorization engine calls your Mechanismcreate function.
- outValue:
A pointer the function uses to return the Tktokenwatcher instance.
Discussion
The caller owns the returned token watcher and is responsible for releasing it.