IdentityAwareProxy constructor

IdentityAwareProxy({
  1. bool? enabled,
  2. String? oauth2ClientId,
  3. String? oauth2ClientSecret,
  4. String? oauth2ClientSecretSha256,
})

Implementation

IdentityAwareProxy({
  this.enabled,
  this.oauth2ClientId,
  this.oauth2ClientSecret,
  this.oauth2ClientSecretSha256,
});