We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5b048 commit defd538Copy full SHA for defd538
client/transport/oauth.go
@@ -105,6 +105,7 @@ type AuthServerMetadata struct {
105
ResponseTypesSupported []string `json:"response_types_supported"`
106
GrantTypesSupported []string `json:"grant_types_supported,omitempty"`
107
TokenEndpointAuthMethodsSupported []string `json:"token_endpoint_auth_methods_supported,omitempty"`
108
+ CodeChallengeMethodsSupported []string `json:"code_challenge_methods_supported,omitempty"`
109
}
110
111
// OAuthHandler handles OAuth authentication for HTTP requests
0 commit comments