This class represents an authenticator configuration. More...
Macros | |
#define | DOFAUTHENTICATORCONFIG_DEFAULT_MAX_GRANT_LIFETIME |
Default maximum grant lifetime. | |
Functions | |
void | DOFAuthenticatorConfig_Destroy (DOFAuthenticatorConfig self) |
Destroy a DOFAuthenticatorConfig. | |
DOFObjectIDDomain | DOFAuthenticatorConfig_GetDomainID (const DOFAuthenticatorConfig self) |
Get the domain ID associated with the authenticator configuration. | |
uint8 | DOFAuthenticatorConfig_GetNodeIdentifier (const DOFAuthenticatorConfig self) |
Get the node identifier associated with the authenticator configuration. | |
DOFAuthenticatorStorage | DOFAuthenticatorConfig_GetStorage (const DOFAuthenticatorConfig self) |
Get the storage associated with the authenticator configuration. | |
uint16 | DOFAuthenticatorConfig_GetMaxGrantLifetime (const DOFAuthenticatorConfig self) |
Get the maximum grant lifetime associated with the authenticator configuration. | |
const uint8 * | DOFAuthenticatorConfig_GetDebugKey (const DOFAuthenticatorConfig self) |
Get the debug key associated with the authenticator configuration, if any. | |
boolean | DOFAuthenticatorConfig_IsDebug (const DOFAuthenticatorConfig self) |
Get the debug mode flag associated with the authenticator configuration. | |
This class represents an authenticator configuration.
Each authenticator configuration that is created must be destroyed using DOFAuthenticatorConfig_Destroy.