CompleteLoginLinkInput
Complete a magic-link sign-in with the emailed token.
input CompleteLoginLinkInput {
token: String!
}
Fields
CompleteLoginLinkInput.token ● String! non-null scalar
The one-time token from the magic-link URL.
Member Of
completeLoginLink mutation