UnclaimedAccountData
Response wrapper describing a successful request to find an unclaimed account.
type UnclaimedAccountData {
email: EmailAddress
token: String!
}
Fields
UnclaimedAccountData.email
● EmailAddress
scalar
If set, the unverified email that we have on file for this account.
UnclaimedAccountData.token
● String!
non-null scalar
Authentication token that the client can use to sign in as this user.
Returned by
findUnclaimedAccount
query