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