Header menu logo FsCDK

MfaSecondFactorBuilder Type

Constructors

Constructor Description

MfaSecondFactorBuilder()

Full Usage: MfaSecondFactorBuilder()

Returns: MfaSecondFactorBuilder
Returns: MfaSecondFactorBuilder

Instance members

Instance member Description

this.Combine

Full Usage: this.Combine

Parameters:
Returns: MfaSecondFactorConfig
a : MfaSecondFactorConfig
b : MfaSecondFactorConfig
Returns: MfaSecondFactorConfig

email v

Full Usage: email v

Parameters:
    v : bool - Set to true to enable email.

Returns: MfaSecondFactorConfig

Enables or disables email as a second MFA factor.

v : bool

Set to true to enable email.

Returns: MfaSecondFactorConfig

this.For

Full Usage: this.For

Parameters:
Returns: MfaSecondFactorConfig
Modifiers: inline
cfg : MfaSecondFactorConfig
f : unit -> MfaSecondFactorConfig
Returns: MfaSecondFactorConfig

otp v

Full Usage: otp v

Parameters:
    v : bool - Set to true to enable OTP.

Returns: MfaSecondFactorConfig

Enables or disables OTP as a second MFA factor.

v : bool

Set to true to enable OTP.

Returns: MfaSecondFactorConfig

this.Run

Full Usage: this.Run

Parameters:
Returns: IMfaSecondFactor
cfg : MfaSecondFactorConfig
Returns: IMfaSecondFactor

sms v

Full Usage: sms v

Parameters:
    v : bool - Set to true to enable SMS.

Returns: MfaSecondFactorConfig

Enables or disables SMS as a second MFA factor.

v : bool

Set to true to enable SMS.

Returns: MfaSecondFactorConfig

this.Yield

Full Usage: this.Yield

Parameters:
    () : unit

Returns: MfaSecondFactorConfig
() : unit
Returns: MfaSecondFactorConfig

this.Zero

Full Usage: this.Zero

Returns: MfaSecondFactorConfig
Returns: MfaSecondFactorConfig

Type something to start searching.