flowType property
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);
Implementation
@$pb.TagNumber(1)
set flowType($core.String v) { $_setString(0, v); }