We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90428a1 commit 6c01ca7Copy full SHA for 6c01ca7
1 file changed
src/Codebooks/ParamsEnum.php
@@ -81,6 +81,10 @@ enum ParamsEnum: string
81
82
case TargetLinkUri = 'target_link_uri';
83
84
+ case Token = 'token';
85
+
86
+ case TokenTypeHint = 'token_type_hint';
87
88
case TokenType = 'token_type';
89
90
case TrustMarked = 'trust_marked';
0 commit comments