package
2.0.0+incompatible
Repository: https://github.com/tekker-dev/go-authcrunch.git
Documentation: pkg.go.dev

# Constants

AddAPIKey operator signals the addition of an API key.
AddKeyGPG operator signals the addition of an GPG public key.
AddKeySSH operator signals the addition of an SSH public key.
AddMfaToken operator signals the addition of an MFA token.
AddUser operator signals the addition of a user.
Authenticate operator signals authentication request.
ChangePassword operator signals the changing of password.
DeleteAPIKey operator signals the deletion of an API key.
DeleteMfaToken operator signals the deletion of an MFA token.
DeletePublicKey operator signals the deletion of a public key.
DeleteUser operator signals the deletion of a user.
GetAPIKeys operator signals the retrieval of API keys.
GetMfaTokens operator signals the retrieval of MFA tokens.
GetPublicKeys operator signals the retrieval of public keys.
GetUser operator signals the retrieval of a specific user.
GetUsers operator signals the retrieval of users.
IdentifyUser operator signals the retrieval of user identity and associated challenges.
LookupAPIKey operator signals the retrieval of user identity associated with an API key.
Unknown operator signals invalid operator.

# Type aliases

Type is the type of an operator.