petalbid-frontend
    Preparing search index...

    Interface VerifyTotpRequest

    Request body for verifying or disabling TOTP.

    interface VerifyTotpRequest {
        code: string;
    }
    Index

    Properties

    Properties

    code: string

    The 6-digit code from the authenticator app.