# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
authentication starts at 1000, and ends at 1999.
authorization starts at 2000, and ends at 2999.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
authentication starts at 1000, and ends at 1999.
authorization starts at 2000, and ends at 2999.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
API Key authentication.
Basic authentication.
Bearer authentication.
Digest authentication.
JWT authentication.
OAuth2 authentication.
default value not specified.
you can add more types as needed.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
authentication starts at 1000, and ends at 1999.
authorization starts at 2000, and ends at 2999.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Enum value maps for AuthN_Type.
Enum value maps for AuthN_Type.
No description provided by the author
No description provided by the author
Enum value maps for SecurityErrorReason.
Enum value maps for SecurityErrorReason.
# Structs
No description provided by the author
ApiKeyAuthValidationError is the validation error returned by ApiKeyAuth.Validate if the designated constraints aren't met.
No description provided by the author
AuthNValidationError is the validation error returned by AuthN.Validate if the designated constraints aren't met.
No description provided by the author
AuthZValidationError is the validation error returned by AuthZ.Validate if the designated constraints aren't met.
No description provided by the author
BasicAuthValidationError is the validation error returned by BasicAuth.Validate if the designated constraints aren't met.
No description provided by the author
BearerAuthValidationError is the validation error returned by BearerAuth.Validate if the designated constraints aren't met.
No description provided by the author
CasbinAuthValidationError is the validation error returned by CasbinAuth.Validate if the designated constraints aren't met.
No description provided by the author
ClaimsValidationError is the validation error returned by Claims.Validate if the designated constraints aren't met.
No description provided by the author
DigestAuthValidationError is the validation error returned by DigestAuth.Validate if the designated constraints aren't met.
No description provided by the author
JwtAuthValidationError is the validation error returned by JwtAuth.Validate if the designated constraints aren't met.
No description provided by the author
OAuth2AuthValidationError is the validation error returned by OAuth2Auth.Validate if the designated constraints aren't met.
# Type aliases
ApiKeyAuthMultiError is an error wrapping multiple validation errors returned by ApiKeyAuth.ValidateAll() if the designated constraints aren't met.
No description provided by the author
AuthNMultiError is an error wrapping multiple validation errors returned by AuthN.ValidateAll() if the designated constraints aren't met.
AuthZMultiError is an error wrapping multiple validation errors returned by AuthZ.ValidateAll() if the designated constraints aren't met.
BasicAuthMultiError is an error wrapping multiple validation errors returned by BasicAuth.ValidateAll() if the designated constraints aren't met.
BearerAuthMultiError is an error wrapping multiple validation errors returned by BearerAuth.ValidateAll() if the designated constraints aren't met.
CasbinAuthMultiError is an error wrapping multiple validation errors returned by CasbinAuth.ValidateAll() if the designated constraints aren't met.
ClaimsMultiError is an error wrapping multiple validation errors returned by Claims.ValidateAll() if the designated constraints aren't met.
DigestAuthMultiError is an error wrapping multiple validation errors returned by DigestAuth.ValidateAll() if the designated constraints aren't met.
JwtAuthMultiError is an error wrapping multiple validation errors returned by JwtAuth.ValidateAll() if the designated constraints aren't met.
OAuth2AuthMultiError is an error wrapping multiple validation errors returned by OAuth2Auth.ValidateAll() if the designated constraints aren't met.
No description provided by the author