EndUserAuthenticationConfig constructor

EndUserAuthenticationConfig({
  1. List<EndUserAuthenticationConfigVariable>? additionalVariables,
  2. String? authKey,
  3. String? authType,
  4. EndUserAuthenticationConfigOauth2AuthCodeFlow? oauth2AuthCodeFlow,
  5. EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged? oauth2AuthCodeFlowGoogleManaged,
  6. EndUserAuthenticationConfigOauth2ClientCredentials? oauth2ClientCredentials,
  7. EndUserAuthenticationConfigOauth2JwtBearer? oauth2JwtBearer,
  8. EndUserAuthenticationConfigSshPublicKey? sshPublicKey,
  9. EndUserAuthenticationConfigUserPassword? userPassword,
})

Implementation

EndUserAuthenticationConfig({
  this.additionalVariables,
  this.authKey,
  this.authType,
  this.oauth2AuthCodeFlow,
  this.oauth2AuthCodeFlowGoogleManaged,
  this.oauth2ClientCredentials,
  this.oauth2JwtBearer,
  this.sshPublicKey,
  this.userPassword,
});