ClientCredentials class

Annotations
  • @JsonSerializable(explicitToJson: true, checked: true)

Constructors

ClientCredentials({String? apiKey, String? apiSecret, String? clientId, String? publicKey, String? privateKey, String? publicSignKey, String? privateSigningKey, String? host, String? email, String? clientName})
ClientCredentials.fromJson(dynamic json)
factory

Properties

apiKey String?
getter/setter pair
apiSecret String?
getter/setter pair
clientId String?
getter/setter pair
clientName String?
getter/setter pair
email String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
host String?
getter/setter pair
privateKey String?
getter/setter pair
privateSigningKey String?
getter/setter pair
publicKey String?
getter/setter pair
publicSignKey String?
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