Skip to main content

Module exec

Module exec 

Source
Expand description

External process auth provider implementation.

Structs§

AuthnRequest
JSON payload sent to an external auth provider.
EnvironmentsResponse
JSON payload returned by providers for list-environments.
ExecProvider
Auth provider implemented by spawning an external provider command.

Constants§

ACTION_AUTHENTICATE
Provider action requesting a credential.
ACTION_LIST_ENVIRONMENTS
Provider action listing cached environments.
ACTION_LIST_REALMS
Legacy provider action listing cached realms.
ACTION_LOGOUT
Provider action clearing cached credentials.
ACTION_STATUS
Provider action requesting cached credential status.