Interface ClientEncryptionSession

interface ClientEncryptionSession {
    accessToken: string;
    deviceId: string;
    syncToken: null | string;
    userId: string;
}

Properties

accessToken: string
deviceId: string
syncToken: null | string
userId: string

Generated using TypeDoc