APISecurityScheme.oauth2 constructor
APISecurityScheme.oauth2(})
Implementation
APISecurityScheme.oauth2(this.oauthFlow,
{this.authorizationURL, this.tokenURL, this.scopes: const {}}) {
type = "oauth2";
}
APISecurityScheme.oauth2(this.oauthFlow,
{this.authorizationURL, this.tokenURL, this.scopes: const {}}) {
type = "oauth2";
}