Skip to content

Commit

Permalink
Updated token_dialect types keys
Browse files Browse the repository at this point in the history
  • Loading branch information
gyaneshgouraw-okta committed May 6, 2024
1 parent 789b313 commit 7765470
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/management/__generated/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10424,8 +10424,8 @@ export type ResourceServerSigningAlgEnum =
(typeof ResourceServerSigningAlgEnum)[keyof typeof ResourceServerSigningAlgEnum];

export const ResourceServerTokenDialectEnum = {
access_token: 'access_token',
access_token_authz: 'access_token_authz',
token: 'access_token',
token_authz: 'access_token_authz',
rfc9068_profile: 'rfc9068_profile',
rfc9068_profile_authz: 'rfc9068_profile_authz',
} as const;
Expand Down Expand Up @@ -10500,8 +10500,8 @@ export type ResourceServerCreateSigningAlgEnum =
(typeof ResourceServerCreateSigningAlgEnum)[keyof typeof ResourceServerCreateSigningAlgEnum];

export const ResourceServerCreateTokenDialectEnum = {
access_token: 'access_token',
access_token_authz: 'access_token_authz',
token: 'access_token',
token_authz: 'access_token_authz',
rfc9068_profile: 'rfc9068_profile',
rfc9068_profile_authz: 'rfc9068_profile_authz',
} as const;
Expand Down Expand Up @@ -10571,8 +10571,8 @@ export type ResourceServerUpdateSigningAlgEnum =
(typeof ResourceServerUpdateSigningAlgEnum)[keyof typeof ResourceServerUpdateSigningAlgEnum];

export const ResourceServerUpdateTokenDialectEnum = {
access_token: 'access_token',
access_token_authz: 'access_token_authz',
token: 'access_token',
token_authz: 'access_token_authz',
rfc9068_profile: 'rfc9068_profile',
rfc9068_profile_authz: 'rfc9068_profile_authz',
} as const;
Expand Down

0 comments on commit 7765470

Please sign in to comment.