flow property

  1. @BuiltValueField.new(wireName: r'flow')
ChallengeInfoFlowEnum get flow

The flow used in the challenge. Possible values: * PWD_OTP_PHONE_FL: one-time password (OTP) flow via SMS * PWD_OTP_EMAIL_FL: one-time password (OTP) flow via email * OOB_TRIGGER_FL: out-of-band (OOB) flow

Implementation

@BuiltValueField(wireName: r'flow')
ChallengeInfoFlowEnum get flow;