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).