Module: api
Classes
- API
- AuthInfo
- CompleteAuthRequestParams
- CompleteAuthRequestResponse
- CompleteCreateSessionParams
- CompleteRegisterMFAuthenticatorParams
- CompleteRegisterMFAuthenticatorResponse
- CreateAccountParams
- CreateKeyStoreEntryParams
- DeleteAttachmentParams
- GetAttachmentParams
- GetInviteParams
- GetKeyStoreEntryParams
- GetLegacyDataParams
- RecoverAccountParams
- StartAuthRequestParams
- StartAuthRequestResponse
- StartCreateSessionParams
- StartCreateSessionResponse
- StartRegisterAuthenticatorParams
- StartRegisterAuthenticatorResponse
- UpdateAuthParams
Type Aliases
PromiseWithProgress
Ƭ PromiseWithProgress<T
>: Promise
<T
> & { progress?
:
RequestProgress
}
Type parameters
Name |
---|
T |
Defined in
Functions
Handler
▸ Handler(input
, output
): (proto
: API
,
method
: string
) => void
Decorator for defining request handler methods
Parameters
Name | Type |
---|---|
input |
undefined | SerializableConstructor | StringConstructor |
output |
undefined | SerializableConstructor | StringConstructor |
Returns
fn
▸ (proto
, method
): void
Parameters
Name | Type |
---|---|
proto |
API |
method |
string |
Returns
void