Skip to content

Commit

Permalink
docs: do not list client_secret_jwt as supported (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar authored Feb 13, 2024
1 parent fd987c7 commit 0c340c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ type OpenIDConnectClient interface {
GetRequestObjectSigningAlgorithm() string

// Requested Client Authentication method for the Token Endpoint. The options are client_secret_post,
// client_secret_basic, client_secret_jwt, private_key_jwt, and none.
// client_secret_basic, private_key_jwt, and none.
GetTokenEndpointAuthMethod() string

// JWS [JWS] alg algorithm [JWA] that MUST be used for signing the JWT [JWT] used to authenticate the
// Client at the Token Endpoint for the private_key_jwt and client_secret_jwt authentication methods.
// Client at the Token Endpoint for the private_key_jwt authentication method.
GetTokenEndpointAuthSigningAlgorithm() string
}

Expand Down

0 comments on commit 0c340c4

Please sign in to comment.