User AccessToken Info

interface UserAccessTokenInfo {
    accessType: "user";
    domain?: string;
    fingerprint?: string;
    ip?: string;
    stateful: boolean;
    target?: string;
    type: "access";
    userAgent?: string;
    userId: string;
}

Hierarchy

Properties

accessType: "user"

access type

domain?: string
fingerprint?: string
ip?: string
stateful: boolean

whether it is stateful or not

target?: string
type: "access"

access

userAgent?: string
userId: string

user id

Generated using TypeDoc