Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

AuthenticationInput

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

Properties

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?