getAccountId method
Gets the account identification associated with the mechanism.
Implementation
String getAccountId() {
return "$issuer-$accountName";
}
Gets the account identification associated with the mechanism.
String getAccountId() {
return "$issuer-$accountName";
}