- 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.
protocol
stringOptionalProtocol of the incoming authentication request (For example,
https
).Was this page helpful?