Skip to content

Commit

Permalink
Auth v2: rename tokenType to token_type to keep things consistent (#3202
Browse files Browse the repository at this point in the history
)
  • Loading branch information
reinkrul authored Jun 21, 2024
1 parent 2085cca commit 3c14d75
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions auth/api/iam/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions docs/_static/auth/v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -392,12 +392,11 @@ components:
type: string
description: The scope that will be the service for which this access token can be used.
example: eOverdracht-sender
tokenType:
token_type:
type: string
description: "The type of access token that is prefered, default: DPoP"
enum:
- Bearer
- DPoP
description: "The type of access token that is preferred, default: DPoP"
default: DPoP
enum: [ Bearer, DPoP ]
UserAccessTokenRequest:
type: object
description: Request for an access token for a user.
Expand Down
6 changes: 3 additions & 3 deletions e2e-tests/browser/client/iam/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c14d75

Please sign in to comment.