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