APISecuritySchemeOAuth2Flow.password constructor

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

Implementation

APISecuritySchemeOAuth2Flow.password(
    this.tokenURL, this.refreshURL, this.scopes);