Method | Description | |
---|---|---|
ApiKeyAuthenticator ( |
Initializes a new instance of the Conjur.ApiKeyAuthenticator class.
|
|
GetToken ( ) : string |
Obtain a Conjur authentication token.
|
Method | Description | |
---|---|---|
StartTokenTimer ( System.TimeSpan timeout ) : void |
public ApiKeyAuthenticator ( |
||
authnUri | Authentication base URI, for example /// "https://example.com/api/authn". | |
credential | User name and API key to use, where /// username is for example "bob" or "host/jenkins". | |
return | System |