Oauth2ClientCredentials class

OAuth2 Client Credentials.

Constructors

Oauth2ClientCredentials.new({String? clientId, String? clientSecret, String? secretManagerStoredClientSecret})
Oauth2ClientCredentials.fromJson(Map json_)

Properties

clientId String?
Client ID for Salesforce OAuth2 Client Credentials.
getter/setter pair
clientSecret String?
Client secret for Salesforce OAuth2 Client Credentials.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretManagerStoredClientSecret String?
A reference to a Secret Manager resource name storing the Salesforce OAuth2 client_secret.
getter/setter pair

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