We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug In AuthorizationParameters interface max_age is defined as string rather than number.
To Reproduce
<setup client> const max_age = 86400; const request = await client.requestObject({ scope, response_type, redirect_uri, state, nonce, max_age, claims, code_challenge, code_challenge_method, });
}
Steps to reproduce the behaviour:
Expected behaviour Expected RequestObject to accept max_age claim as number.
Environment:
Additional context
The text was updated successfully, but these errors were encountered:
5ce2a73
Thanks!
Sorry, something went wrong.
No branches or pull requests
Describe the bug
In AuthorizationParameters interface max_age is defined as string rather than number.
To Reproduce
}
Steps to reproduce the behaviour:
Expected behaviour
Expected RequestObject to accept max_age claim as number.
Environment:
Additional context
The text was updated successfully, but these errors were encountered: