android-credential-manager
Version:
An expo module to access the new Android credential Manager. Supports username/password, Passkeys and Google Sign In. This module is built to use the suggested and latest way to sign in users through Google
5 lines • 336 B
TypeScript
import { CreateErrorResponse } from "../CreateResponse.types";
import { LoginErrorResponse } from "../LoginResponse.types";
export declare const createCredErrorHandler: (errorData: CreateErrorResponse) => never;
export declare const loginErrorHandler: (errorData: LoginErrorResponse) => never;
//# sourceMappingURL=ErrorHandler.d.ts.map