class documentation

class AuthorizationResult(ACMEIntEnum):

View In Hierarchy

Type of internal Authorization evaluation.

Constant AUTHORIZED Authorization is granted.
Constant NOTSET Authorization is unknown. May be even not enabled.
Constant UNAUTHORIZED Authorization is denied.

Inherited from ACMEIntEnum:

Class Method has Check whether the enum type has an entry with either the given int value or string name.
Class Method to Return an enum value by its name.
Method __int__ Get the integer value of an enum.
Method __repr__ Stringify an enum.
Method __str__ Stringify an enum.
AUTHORIZED =

Authorization is granted.

Value
auto()
NOTSET =

Authorization is unknown. May be even not enabled.

Value
auto()
UNAUTHORIZED =

Authorization is denied.

Value
auto()