Skip to main content
Skip to main content

AuthenticationInput

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

urlstringRequired
URL of the incoming authentication request.
headersRecord<string, string>Required
Headers of incoming authentication request.
queryRecord<string, string>Required
Query params of the incoming authentication request.
bodyRecord<string, string>Required
Body of the incoming authentication request.
authScopestringRequired
Scope for the authentication request.
protocolstringRequired
Protocol of the incoming authentication request (For example, https).
Was this section helpful?