Skip to main content

OAuthAccountInfo

Linked OAuth account info for a user.

type OAuthAccountInfo {
email: String
lastUsedAt: DateTime
linkedAt: DateTime
provider: OAuthProvider
}

Fields

OAuthAccountInfo.email ● String scalar

Email address associated with the OAuth account.

OAuthAccountInfo.lastUsedAt ● DateTime scalar

Date and time when the OAuth account was last used for authentication.

OAuthAccountInfo.linkedAt ● DateTime scalar

Date and time when the OAuth account was linked.

OAuthAccountInfo.provider ● OAuthProvider enum

The OAuth provider.

Member Of

User object