getAccountId method

String getAccountId()

Gets the account identification associated with the mechanism.

Implementation

String getAccountId() {
  return "$issuer-$accountName";
}