Skip to main content
Version: 3.x

externalLogout

Logout user by custom plugin.

externalLogout(
input: JSONString!
pluginId: String!
): ExternalLogout

Arguments

externalLogout.input ● JSONString! non-null scalar

The data required by plugin to proceed the logout process.

externalLogout.pluginId ● String! non-null scalar

The ID of the authentication plugin.

Type

ExternalLogout object

Logout user by custom plugin.


Was this page helpful?