APISecurityScheme.oauth2 constructor Null safety
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";
}