We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cf627 commit fc63414Copy full SHA for fc63414
1 file changed
src/Codebooks/ParamsEnum.php
@@ -40,6 +40,9 @@ enum ParamsEnum: string
40
41
case Intermediate = 'intermediate';
42
43
+ // Issuer
44
+ case Iss = 'iss';
45
+
46
case IssuerState = 'issuer_state';
47
48
case LoginHint = 'login_hint';
0 commit comments