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

    Type Alias SupportedCredential

    type SupportedCredential = {
        factor: CredentialFactor;
        kind: CredentialKind;
        requiresSecondFactor: boolean;
    }
    Index

    Properties

    requiresSecondFactor: boolean