APISecuritySchemeOAuth2Flow.implicit constructor

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

Implementation

APISecuritySchemeOAuth2Flow.implicit(
    this.authorizationURL, this.refreshURL, this.scopes);