SyncCredentials constructor

SyncCredentials(
  1. String _jwt,
  2. SyncCredentialsType _type
)

Implementation

SyncCredentials(this._jwt, this._type);