Dfns TypeScript SDK - v0.7.14
    Preparing search index...

    Interface CredentialStore<T>

    interface CredentialStore<
        T extends CredentialAttestation = FirstFactorAttestation,
    > {
        create(
            challenge:
                | CreateCredentialChallengeResponse
                | CreateRegistrationChallengeResponse,
        ): Promise<T>;
    }

    Type Parameters

    Implemented by

    Index

    Methods

    Methods

    • Parameters

      • challenge: CreateCredentialChallengeResponse | CreateRegistrationChallengeResponse

      Returns Promise<T>