Skip to content

Commit

Permalink
misc: clarify redirect_uri not always being required
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Oct 18, 2024
1 parent de91cd7 commit b75956f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ paths:
required:
- client_id
- grant_type
- redirect_uri
properties:
client_id:
type: string
Expand All @@ -114,7 +113,7 @@ paths:
description: The refresh token (required for `refresh_token` grant type).
redirect_uri:
type: string
description: The redirect URI registered by the client.
description: The redirect URI registered by the client (required for `authorization_code` grant type).
code_verifier:
type: string
description: The code verifier for PKCE (required for `authorization_code` grant type).
Expand Down

0 comments on commit b75956f

Please sign in to comment.