class Net::IMAP::SASL::ExternalAuthenticator

def process(_)

Returns #authzid, or an empty string if there is no authzid.
def process(_)
  authzid || ""
ensure
  @done = true
end