LfA2aV1OAuthFlows class

Defines the configuration for the supported OAuth 2.0 flows.

Properties

authorizationCode LfA2aV1AuthorizationCodeOAuthFlow?
Configuration for the OAuth Authorization Code flow.
getter/setter pair
clientCredentials LfA2aV1ClientCredentialsOAuthFlow?
Configuration for the OAuth Client Credentials flow.
getter/setter pair
deviceCode LfA2aV1DeviceCodeOAuthFlow?
Configuration for the OAuth Device Code flow.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
implicit LfA2aV1ImplicitOAuthFlow?
Deprecated: Use Authorization Code + PKCE instead.
getter/setter pair
password LfA2aV1PasswordOAuthFlow?
Deprecated: Use Authorization Code + PKCE or Device Code.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited