AuthenticationInput
The data passed to the auth provider when authenticating a user or validating a callback.
url
stringRequiredURL of the incoming authentication request.
headers
Record<string, string>RequiredHeaders of incoming authentication request.
query
Record<string, string>RequiredQuery params of the incoming authentication request.
body
Record<string, string>RequiredBody of the incoming authentication request.
authScope
stringRequiredScope for the authentication request.
protocol
stringRequiredProtocol of the incoming authentication request (For example,
https
).Was this section helpful?