We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894e574 commit e75198cCopy full SHA for e75198c
1 file changed
src/Codebooks/ParamsEnum.php
@@ -6,6 +6,8 @@
6
7
enum ParamsEnum: string
8
{
9
+ case AccessToken = 'access_token';
10
+
11
case AcrValues = 'acr_values';
12
13
case Assertion = 'assertion';
@@ -42,6 +44,8 @@ enum ParamsEnum: string
42
44
43
45
case Hint = 'hint';
46
47
+ case IdToken = 'id_token';
48
49
case IdTokenHint = 'id_token_hint';
50
51
case Intermediate = 'intermediate';
@@ -77,6 +81,8 @@ enum ParamsEnum: string
77
81
78
82
case TargetLinkUri = 'target_link_uri';
79
83
84
+ case TokenType = 'token_type';
85
80
86
case TrustMarked = 'trust_marked';
87
88
case TrustMarkType = 'trust_mark_type';
0 commit comments