Skip to main content

AuthenticateEmailInput

No description

input AuthenticateEmailInput {
authToken: String!
authTokenType: String!
workspaceId: String
accordId: String
}

Fields

AuthenticateEmailInput.authToken ● String! non-null scalar

Credential/token to authenticate with; interpreted per authTokenType.

AuthenticateEmailInput.authTokenType ● String! non-null scalar

The kind of authToken supplied.

AuthenticateEmailInput.workspaceId ● String scalar

Optional workspace id to scope authentication to.

AuthenticateEmailInput.accordId ● String scalar

Optional accord id the user is authenticating for.

Member Of

authenticateEmail mutation