OauthCredentials
No description
type OauthCredentials implements Node, Timestamped {
accessToken: String!
createdAt: DateTime!
expiresAt: DateTime
id: ID!
provider: String!
refreshToken: String
uid: String!
updatedAt: DateTime!
}
Fields
OauthCredentials.accessToken ● String! non-null scalar common
The access token.
OauthCredentials.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
OauthCredentials.expiresAt ● DateTime scalar common
The date and time when the access token expires.
OauthCredentials.id ● ID! non-null scalar common
OauthCredentials.provider ● String! non-null scalar common
The provider that generated this access token
OauthCredentials.refreshToken ● String scalar common
The refresh token.
OauthCredentials.uid ● String! non-null scalar common
The external id linked to this access token
OauthCredentials.updatedAt ● DateTime! non-null scalar common
The date and time that the object was last updated.
Interfaces
Node interface common
An object with an ID.
Timestamped interface common
An object with timestamp fields for when it was created and last updated.
Member of
OauthCredentialsConnection object ● OauthCredentialsEdge object