UNPKG

361 BTypeScriptView Raw
1/**
2 * Marks device as remembered while authenticated.
3 *
4 * @throws - {@link UpdateDeviceStatusException} - Cognito service errors thrown when
5 * setting device status to remembered using an invalid device key.
6 * @throws AuthTokenConfigException - Thrown when the token provider config is invalid.
7 */
8export declare function rememberDevice(): Promise<void>;