Skip to main content

LoginSessionViewer

A record of a sign-in to your Massdriver account.

Created each time you authenticate through a linked OAuth or OIDC identity. Use this list in the security center to spot unfamiliar IPs or user agents and rotate credentials if anything looks wrong.

type LoginSessionViewer {
id: ID!
ipAddress: String!
userAgent: String
provider: String!
createdAt: DateTime!
}

Fields

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

Unique identifier for this sign-in record.

LoginSessionViewer.ipAddress ● String! non-null scalar {#ip-address}

The IP address that initiated the sign-in.

LoginSessionViewer.userAgent ● String scalar {#user-agent}

The browser or client user-agent that initiated the sign-in, if reported.

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

The OAuth/OIDC provider that authenticated this sign-in (e.g., google, github).

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

When the sign-in occurred (UTC).

Member Of

LoginSessionsViewerPage object