OAuthFlows constructor
const
OAuthFlows({})
Implementation
const factory OAuthFlows({
OAuthFlow? implicit,
OAuthFlow? password,
OAuthFlow? clientCredentials,
OAuthFlow? authorizationCode,
}) = _OAuthFlows;
const factory OAuthFlows({
OAuthFlow? implicit,
OAuthFlow? password,
OAuthFlow? clientCredentials,
OAuthFlow? authorizationCode,
}) = _OAuthFlows;