flowType property

  1. @TagNumber.new(1)
String get flowType

id of the flow type. Following flows are currently allowed:

  • External Authentication: FLOW_TYPE_EXTERNAL_AUTHENTICATION or 1
  • Internal Authentication: 3
  • Complement Token: 2
  • Complement SAML Response: 4

Implementation

@$pb.TagNumber(1)
$core.String get flowType => $_getSZ(0);
  1. @TagNumber.new(1)
set flowType (String value)

Implementation

@$pb.TagNumber(1)
set flowType($core.String value) => $_setString(0, value);