========== Session ==========

interface AuthMethod {
    accessToken: string;
    authMethodType: number;
}

Properties

accessToken: string
authMethodType: number