- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
AuthenticationInput
The data passed to the auth provider when authenticating a user or validating a callback.
url
stringOptionalURL of the incoming authentication request.
headers
Record<string, string>OptionalHeaders of incoming authentication request.
query
Record<string, string>OptionalQuery params of the incoming authentication request.
body
Record<string, string>OptionalBody of the incoming authentication request.
One of the arguments that is suggested to be treated in a standard manner is a
callback_url
field.
The field specifies where the user is redirected to after a successful authentication in the case of Oauth auhentication.
If not passed, the provider will fallback to the callback_url provided in the provider options.protocol
stringOptionalProtocol of the incoming authentication request (For example,
https
).Was this page helpful?