ConnectionsCredentialTypeEnum class
Optional. One of: SERVICE_ACCOUNT, USERNAME_PASSWORD, API_KEY, SERVICE_IDENTITY, ACCESS_KEY, … (10 total).
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → ConnectionsCredentialTypeEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< ConnectionsCredentialTypeEnum>
Constants
- ACCESS_KEY → const ConnectionsCredentialTypeEnum
- API_KEY → const ConnectionsCredentialTypeEnum
- CLIENT_SECRET → const ConnectionsCredentialTypeEnum
- JSON → const ConnectionsCredentialTypeEnum
- KEY_PAIR → const ConnectionsCredentialTypeEnum
- NONE → const ConnectionsCredentialTypeEnum
- OAUTH → const ConnectionsCredentialTypeEnum
- SERVICE_ACCOUNT → const ConnectionsCredentialTypeEnum
- SERVICE_IDENTITY → const ConnectionsCredentialTypeEnum
- USERNAME_PASSWORD → const ConnectionsCredentialTypeEnum
-
values
→ const List<
ConnectionsCredentialTypeEnum> - List of all possible values in this ConnectionsCredentialTypeEnum.