Skip to main content

AccountIdentityViewer

An OAuth or OIDC provider identity linked to your account.

Identities represent external authentication providers (e.g., Google, GitHub) that you have connected to your Massdriver account. You can use any linked identity to sign in.

type AccountIdentityViewer {
id: ID!
provider: String!
createdAt: DateTime!
}

Fields

AccountIdentityViewer.id ● ID! non-null scalar {#id}

Unique identifier for this linked identity.

AccountIdentityViewer.provider ● String! non-null scalar {#provider}

The OAuth/OIDC provider name (e.g., google, github).

AccountIdentityViewer.createdAt ● DateTime! non-null scalar {#created-at}

When this identity was linked to your account (UTC).

Member Of

IdentitiesViewerPage object