GCIPUser
Google Cloud Identity Platform User
type GCIPUser {
uid: String!
email: String
emailVerified: Boolean
displayName: String
photoUrl: String
phoneNumber: String
disabled: Boolean
isAnonymous: Boolean
metadata: GCIPMetadata
tokensValidAfterTime: String
tenantId: String
providerData: [GCIPProviderData!]
passwordHash: String
passwordSalt: String
authDomain: String
lastLoginAt: DateTime
createdAt: DateTime
accessToken: String!
refreshToken: String!
expirationTime: DateTime
multiFactor: MultiFactor
}
Fields
GCIPUser.uid
● String!
non-null scalar
Unique identifier for the user, either supplied by user creation or generated
GCIPUser.email
● String
scalar
The email address of the user
GCIPUser.emailVerified
● Boolean
scalar
Flags whether the email address has been verified by the user
GCIPUser.displayName
● String
scalar
The display name of the user
GCIPUser.photoUrl
● String
scalar
The user's photo URL
GCIPUser.phoneNumber
● String
scalar
The phone number of the user
GCIPUser.disabled
● Boolean
scalar
Flags whether the user had been disabled
GCIPUser.isAnonymous
● Boolean
scalar
Flags whether the user is an anonymous user
GCIPUser.metadata
● GCIPMetadata
object
Metadata associated with the user
GCIPUser.tokensValidAfterTime
● String
scalar
GCIPUser.tenantId
● String
scalar
The tenant ID associated with the user
GCIPUser.providerData
● [GCIPProviderData!]
list object
The providers associated with the user
GCIPUser.passwordHash
● String
scalar
The password hash associated with the user
GCIPUser.passwordSalt
● String
scalar
The password salt associated with the user
GCIPUser.authDomain
● String
scalar
The user's authentication domain
GCIPUser.lastLoginAt
● DateTime
scalar
The last time the user logged in
GCIPUser.createdAt
● DateTime
scalar
The creation time of the user
GCIPUser.accessToken
● String!
non-null scalar
Access token for the user
GCIPUser.refreshToken
● String!
non-null scalar
Refresh token for the user
GCIPUser.expirationTime
● DateTime
scalar
The expiration time of the access token
GCIPUser.multiFactor
● MultiFactor
object
Multi-factor authentication details for the user
Returned By
authentication
query
Member Of
Login
object