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

    Type Alias TotpAssertion

    type TotpAssertion = {
        kind: "Totp";
        otpCode: string;
    }
    Index

    Properties

    Properties

    kind: "Totp"
    otpCode: string