Documentation
¶
Overview ¶
Package oauthparams provides shared definitions for reserved OAuth2 authorization parameters that are managed by the framework.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ReservedAuthorizationParams = map[string]bool{ "response_type": true, "client_id": true, "redirect_uri": true, "scope": true, "state": true, "code_challenge": true, "code_challenge_method": true, "nonce": true, }
ReservedAuthorizationParams are OAuth2 parameters managed by the framework that must not be set via AdditionalAuthorizationParams.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.