Skip to content
Ona Docs

Identity

ExchangeToken
client.Identity.ExchangeToken(ctx, body) (*IdentityExchangeTokenResponse, error)
POST/gitpod.v1.IdentityService/ExchangeToken
GetAuthenticatedIdentity
client.Identity.GetAuthenticatedIdentity(ctx, body) (*IdentityGetAuthenticatedIdentityResponse, error)
POST/gitpod.v1.IdentityService/GetAuthenticatedIdentity
GetIDToken
client.Identity.GetIDToken(ctx, body) (*IdentityGetIDTokenResponse, error)
POST/gitpod.v1.IdentityService/GetIDToken
ModelsExpand Collapse
type IDTokenVersion string
One of the following:
const IDTokenVersionUnspecified IDTokenVersion = "ID_TOKEN_VERSION_UNSPECIFIED"
const IDTokenVersionV1 IDTokenVersion = "ID_TOKEN_VERSION_V1"
const IDTokenVersionV2 IDTokenVersion = "ID_TOKEN_VERSION_V2"