Skip to main content
Version: 3.x

externalRefresh

Refresh user's access by custom plugin.

externalRefresh(
input: JSONString!
pluginId: String!
): ExternalRefresh

Arguments

externalRefresh.input ● JSONString! non-null scalar

The data required by plugin to proceed the refresh process.

externalRefresh.pluginId ● String! non-null scalar

The ID of the authentication plugin.

Type

ExternalRefresh object

Refresh user's access by custom plugin.


Was this page helpful?