Interface AuthRestoreResponse

interface AuthRestoreResponse {
    sid: string;
    success: 1;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

sid: string

Parameter needed to grant access by code

success: 1

1 if success

Generated using TypeDoc