The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::ACME2::Challenge

DESCRIPTION

The ACME Challenge object.

You probably won’t instantiate these directly; they’re created automatically as part of Net::ACME2::Authorization instantiation.

ACCESSORS

These provide text strings as defined in the ACME specification.

  • url()

  • type()

  • token()

  • status()

  • validated()

An error() accessor is also provided, which returns the error object as a Net::ACME2::Error instance (or undef if there is no error).