@leancodepl/kratos
Version:
Headless React components library for building Ory Kratos authentication flows
4 lines • 390 B
TypeScript
export declare function isPublicKeyCredential(credential: Credential): credential is PublicKeyCredential;
export declare function isAttestationResponse(response: AuthenticatorResponse): response is AuthenticatorAttestationResponse;
export declare function isAssertionResponse(response: AuthenticatorResponse): response is AuthenticatorAssertionResponse;
//# sourceMappingURL=guards.d.ts.map