Skip to main content
Version: 3.x

externalAuthenticationUrl

Prepare external authentication URL for user by custom plugin.

externalAuthenticationUrl(
input: JSONString!
pluginId: String!
): ExternalAuthenticationUrl

Arguments

externalAuthenticationUrl.input ● JSONString! non-null scalar

The data required by plugin to create external authentication url.

externalAuthenticationUrl.pluginId ● String! non-null scalar

The ID of the authentication plugin.

Type

ExternalAuthenticationUrl object

Prepare external authentication URL for user by custom plugin.


Was this page helpful?