hasOathMechanism method
Returns true if a OathMechanism is associated with this account.
Implementation
bool hasOathMechanism() {
return getOathMechanism() != null ? true : false;
}
Returns true if a OathMechanism is associated with this account.
bool hasOathMechanism() {
return getOathMechanism() != null ? true : false;
}