Type Alias OauthToken

type OauthToken = {
    description?: string;
    deviceType?: string;
    id: string;
    lastUsed?: string;
    tenantId: string;
    userId: string;
}
Index

Properties

description?: string

The description of the token.

deviceType?: string
id: string
lastUsed?: string
tenantId: string
userId: string