appleAuth property

IAppleAuthDelegate appleAuth

Implementation

IAppleAuthDelegate get appleAuth {
  if (delegates.appleAuthDelegate != null) {
    return delegates.appleAuthDelegate!;
  } else {
    throw const AuthDelegateException("IAppleAuthDelegate");
  }
}