AuthenticationInput

The data passed to the auth provider when authenticating a user or validating a callback.

urlstringOptional
URL of the incoming authentication request.
headersRecord<string, string>Optional
Headers of incoming authentication request.
queryRecord<string, string>Optional
Query params of the incoming authentication request.
bodyRecord<string, string>Optional
Body 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.
protocolstringOptional
Protocol of the incoming authentication request (For example, https).
Was this page helpful?
Edit this page