LfA2aV1OAuthFlows constructor

LfA2aV1OAuthFlows({
  1. LfA2aV1AuthorizationCodeOAuthFlow? authorizationCode,
  2. LfA2aV1ClientCredentialsOAuthFlow? clientCredentials,
  3. LfA2aV1DeviceCodeOAuthFlow? deviceCode,
  4. LfA2aV1ImplicitOAuthFlow? implicit,
  5. LfA2aV1PasswordOAuthFlow? password,
})

Implementation

LfA2aV1OAuthFlows({
  this.authorizationCode,
  this.clientCredentials,
  this.deviceCode,
  this.implicit,
  this.password,
});