simplelogin-client
    Preparing search index...

    Interface AuthMfaPost

    AuthMfaPost

    interface AuthMfaPost {
        device: string;
        mfaKey: string;
        mfaToken: string;
    }
    Index

    Properties

    device: string

    The device name, used to create an ApiKey associated with this device

    AuthMfaPost

    mfaKey: string

    MFA key obtained in previous auth request

    AuthMfaPost

    mfaToken: string

    OTP token that user enters

    AuthMfaPost