AuthProvider constructor

AuthProvider({
  1. String id = '',
  2. String issuer = '',
  3. String jwksUri = '',
  4. String audiences = '',
  5. String authorizationUrl = '',
  6. List<JwtLocation> jwtLocations = const [],
})

Implementation

AuthProvider({
  this.id = '',
  this.issuer = '',
  this.jwksUri = '',
  this.audiences = '',
  this.authorizationUrl = '',
  this.jwtLocations = const [],
}) : super(fullyQualifiedName);