CertTokenInfo constructor

CertTokenInfo(
  1. OAuthToken token,
  2. String txId
)

Implementation

CertTokenInfo(this.token, this.txId);