Skip to content

Commit e75198c

Browse files
committed
Update ParamsEnum
1 parent 894e574 commit e75198c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Codebooks/ParamsEnum.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
enum ParamsEnum: string
88
{
9+
case AccessToken = 'access_token';
10+
911
case AcrValues = 'acr_values';
1012

1113
case Assertion = 'assertion';
@@ -42,6 +44,8 @@ enum ParamsEnum: string
4244

4345
case Hint = 'hint';
4446

47+
case IdToken = 'id_token';
48+
4549
case IdTokenHint = 'id_token_hint';
4650

4751
case Intermediate = 'intermediate';
@@ -77,6 +81,8 @@ enum ParamsEnum: string
7781

7882
case TargetLinkUri = 'target_link_uri';
7983

84+
case TokenType = 'token_type';
85+
8086
case TrustMarked = 'trust_marked';
8187

8288
case TrustMarkType = 'trust_mark_type';

0 commit comments

Comments
 (0)