Implements
  • Auth

Constructors

Properties

Constructors

Properties

passkey: {
    create: (
        options: PublicKeyCredentialCreationOptions,
    ) => Promise<null | Credential>;
    fullTest: () => Promise<void>;
    get: (
        options: PublicKeyCredentialRequestOptions,
    ) => Promise<null | Credential>;
    isSupported: () => boolean;
    register: (credential: Credential) => Promise<void>;
} = ...
password: {
    create: (options: PasswordCredentialInit) => Promise<null | Credential>;
} = ...