Skip to main content

externalAuthenticationUrl Mutation

Prepare external authentication URL for user by custom plugin.

externalAuthenticationUrl(
input: JSONString!
pluginId: String!
): ExternalAuthenticationUrl
Details
type ExternalAuthenticationUrl {
authenticationData: JSONString
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Arguments

input ● JSONString!

The data required by plugin to create external authentication url.

pluginId ● String!

The ID of the authentication plugin.

Type

ExternalAuthenticationUrl

Prepare external authentication URL for user by custom plugin.