Type alias MfaSecretCode

MfaSecretCode: {
    secret_code: string;
    session?: string;
}

Type declaration

  • secret_code: string

    MFA secret code

  • Optional session?: string

    Session to use for adding software MFA