open_api_data package
documentation
open_api_v3
APISecuritySchemeOAuth2Flow
APISecuritySchemeOAuth2Flow.password constructor
APISecuritySchemeOAuth2Flow.password
APISecuritySchemeOAuth2Flow.password
constructor
Null safety
APISecuritySchemeOAuth2Flow.password
(
Uri
?
tokenURL
,
Uri
?
refreshURL
,
Map
<
String
,
String
>
?
scopes
)
Implementation
APISecuritySchemeOAuth2Flow.password( this.tokenURL, this.refreshURL, this.scopes);
open_api_data package
documentation
open_api_v3
APISecuritySchemeOAuth2Flow
APISecuritySchemeOAuth2Flow.password constructor
APISecuritySchemeOAuth2Flow class
Constructors
client
code
empty
implicit
password
Properties
authorizationURL
castMap
extensions
hashCode
referenceURI
refreshURL
runtimeType
scopes
tokenURL
Methods
decode
encode
noSuchMethod
toString
Operators
operator ==