AcmeAuthorization Struct Reference
Authorization object. More...
#include <acme_client.h>
Data Fields | |
AcmeAuthStatus | status |
Status of the authorization. More... | |
char_t | url [ACME_CLIENT_MAX_URL_LEN+1] |
Authorization URL. More... | |
bool_t | wildcard |
Wildcard domain name. More... | |
Detailed Description
Authorization object.
Definition at line 534 of file acme_client.h.
Field Documentation
◆ status
AcmeAuthStatus status |
Status of the authorization.
Definition at line 536 of file acme_client.h.
◆ url
char_t url[ACME_CLIENT_MAX_URL_LEN+1] |
Authorization URL.
Definition at line 537 of file acme_client.h.
◆ wildcard
bool_t wildcard |
Wildcard domain name.
Definition at line 538 of file acme_client.h.
The documentation for this struct was generated from the following file:
- cyclone_acme/acme/acme_client.h