ExternalAuthenticationUrl
Prepare external authentication URL for user by custom plugin.
type ExternalAuthenticationUrl {
authenticationData: JSONString
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}
Fields
ExternalAuthenticationUrl.authenticationData
● JSONString
scalar miscellaneous
The data returned by authentication plugin.
ExternalAuthenticationUrl.accountErrors
● [AccountError!]!
deprecated non-null object users
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ExternalAuthenticationUrl.errors
● [AccountError!]!
non-null object users
Returned By
externalAuthenticationUrl
mutation