Type alias AuthenticationState

AuthenticationState: {
    creds: AuthenticationCreds;
    keys: SignalKeyStore;
}

Type declaration

Generated using TypeDoc