Skip to main content

externalRefresh Mutation

Refresh user's access by custom plugin.

externalRefresh(
input: JSONString!
pluginId: String!
): ExternalRefresh
Details
type ExternalRefresh {
token: String
refreshToken: String
csrfToken: String
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Arguments

input ● JSONString!

The data required by plugin to proceed the refresh process.

pluginId ● String!

The ID of the authentication plugin.

Type

ExternalRefresh

Refresh user's access by custom plugin.