hasOathMechanism method

bool hasOathMechanism()

Returns true if a OathMechanism is associated with this account.

Implementation

bool hasOathMechanism() {
  return getOathMechanism() != null ? true : false;
}