package
0.0.0-20250305113347-723568176820
Repository: https://github.com/cilium/proxy.git
Documentation: pkg.go.dev
# Constants
The “client_id“ and “client_secret“ will be sent using HTTP Basic authentication scheme.
The “client_id“ and “client_secret“ will be sent in the URL encoded request body.
# Variables
No description provided by the author
Enum value maps for OAuth2_AuthType.
Enum value maps for OAuth2_AuthType.
# Structs
OAuth2 extension can be used to retrieve an OAuth2 access token from an authorization server and inject it into the proxied requests.
Credentials to authenticate client to the authorization server.
No description provided by the author
OAuth2_ClientCredentialsValidationError is the validation error returned by OAuth2_ClientCredentials.Validate if the designated constraints aren't met.
OAuth2ValidationError is the validation error returned by OAuth2.Validate if the designated constraints aren't met.
# Type aliases
No description provided by the author
OAuth2_ClientCredentialsMultiError is an error wrapping multiple validation errors returned by OAuth2_ClientCredentials.ValidateAll() if the designated constraints aren't met.
OAuth2MultiError is an error wrapping multiple validation errors returned by OAuth2.ValidateAll() if the designated constraints aren't met.