simplelogin-client
    Preparing search index...

    Interface AuthMfa

    AuthMfa

    interface AuthMfa {
        apiKey: string;
        email: string;
        name: string;
    }
    Index

    Properties

    Properties

    apiKey: string

    If MFA is not enabled, the api key is returned right away.

    AuthMfa

    email: string

    Email address

    AuthMfa

    name: string

    User's name, could be an empty string

    AuthMfa