setAuthenticationFlowType method

void setAuthenticationFlowType(
  1. String authenticationFlowType
)

sets authentication flow type

Implementation

void setAuthenticationFlowType(String authenticationFlowType) {
  this.authenticationFlowType = authenticationFlowType;
}