Skip to main content
Version: 3.x

ExternalAuthenticationUrl

Prepare external authentication URL for user by custom plugin.

type ExternalAuthenticationUrl {
authenticationData: JSONString
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Fields

ExternalAuthenticationUrl.authenticationData ● JSONString scalar

The data returned by authentication plugin.

ExternalAuthenticationUrl.accountErrors ● [AccountError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ExternalAuthenticationUrl.errors ● [AccountError!]! non-null object

Returned by

externalAuthenticationUrl mutation


Was this page helpful?