Loading...
Was this page helpful?
The data passed to the auth provider when authenticating a user or validating a callback.
url
stringOptionalheaders
Record<string, string>Optionalquery
Record<string, string>Optionalbody
Record<string, string>Optionalcallback_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
stringOptionalhttps
).