OAuthServerMetadata constructor

const OAuthServerMetadata({
  1. String? issuer,
  2. String? pushedAuthorizationRequestEndpoint,
  3. String? authorizationEndpoint,
  4. String? tokenEndpoint,
  5. List<String>? scopesSupported,
})

Implementation

const OAuthServerMetadata({
  this.issuer,
  this.pushedAuthorizationRequestEndpoint,
  this.authorizationEndpoint,
  this.tokenEndpoint,
  this.scopesSupported,
});