APISecuritySchemeOAuth2Flow.code constructor

APISecuritySchemeOAuth2Flow.code(
  1. Uri? authorizationURL,
  2. Uri? tokenURL,
  3. Uri? refreshURL,
  4. Map<String, String>? scopes,
)

Implementation

APISecuritySchemeOAuth2Flow.code(this.authorizationURL, this.tokenURL,
    this.refreshURL, this.scopes);