CpAuthCredentials class

Данные для авторизации запросов

Constructors

CpAuthCredentials({required String publicID, required String apiPassword})
Данные для авторизации запросов
const

Properties

apiPassword String
Пароль для API
final
hashCode int
The hash code for this object.
no setterinherited
publicID String
Public ID
final
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
toString() String
A string representation of this object.
override

Operators

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