LfA2aV1OAuthFlows constructor
LfA2aV1OAuthFlows({
- LfA2aV1AuthorizationCodeOAuthFlow? authorizationCode,
- LfA2aV1ClientCredentialsOAuthFlow? clientCredentials,
- LfA2aV1DeviceCodeOAuthFlow? deviceCode,
- LfA2aV1ImplicitOAuthFlow? implicit,
- LfA2aV1PasswordOAuthFlow? password,
Implementation
LfA2aV1OAuthFlows({
this.authorizationCode,
this.clientCredentials,
this.deviceCode,
this.implicit,
this.password,
});