flowType property

  1. @TagNumber(1)
String 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(1)
void flowType=(String v)

Implementation

@$pb.TagNumber(1)
set flowType($core.String v) { $_setString(0, v); }