AuthProvider constructor

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

Implementation

AuthProvider({
  this.audiences,
  this.authorizationUrl,
  this.id,
  this.issuer,
  this.jwksUri,
  this.jwtLocations,
});