feat: add jwks uri (#126)

This commit is contained in:
Jordan Labrosse
2023-08-10 07:49:28 +02:00
committed by GitHub
parent 5f7526bbaf
commit d5caace0e3
3 changed files with 14 additions and 0 deletions

View File

@ -28,6 +28,7 @@ type OAuth2ClientJSON struct {
Owner string `json:"owner"`
TokenEndpointAuthMethod string `json:"token_endpoint_auth_method,omitempty"`
Metadata json.RawMessage `json:"metadata,omitempty"`
JwksUri string `json:"jwks_uri,omitempty"`
}
// Oauth2ClientCredentials represents client ID and password fetched from a