OidcConfigForResponse constructor

OidcConfigForResponse({
  1. String? authorizationEndpoint,
  2. String? clientId,
  3. String? issuer,
  4. String? jwksUri,
  5. String? logoutEndpoint,
  6. String? tokenEndpoint,
  7. String? userInfoEndpoint,
})

Implementation

OidcConfigForResponse({
  this.authorizationEndpoint,
  this.clientId,
  this.issuer,
  this.jwksUri,
  this.logoutEndpoint,
  this.tokenEndpoint,
  this.userInfoEndpoint,
});