Skip to content

Commit

Permalink
[SDK-4773] Support JWT Access Token Profile values in TokenDialect (#714
Browse files Browse the repository at this point in the history
)
  • Loading branch information
stevehobbsdev authored Apr 24, 2024
1 parent 510452f commit 107e7e2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Auth0.ManagementApi/Models/TokenDialect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ public enum TokenDialect
AccessToken,

[EnumMember(Value = "access_token_authz")]
AccessTokenAuthZ
AccessTokenAuthZ,

[EnumMember(Value = "rfc9068_profile")]
Rfc9068Profile,

[EnumMember(Value = "rfc9068_profile_authz")]
Rfc9068ProfileAuthz
}
}

0 comments on commit 107e7e2

Please sign in to comment.