AcmeAccount Struct Reference
Account object. More...
#include <acme_client.h>
Data Fields | |
| AcmeAccountStatus | status |
| Status of the account. More... | |
| char_t | url [ACME_CLIENT_MAX_URL_LEN+1] |
| Account URL. More... | |
Detailed Description
Account object.
Definition at line 499 of file acme_client.h.
Field Documentation
◆ status
| AcmeAccountStatus status |
Status of the account.
Definition at line 501 of file acme_client.h.
◆ url
| char_t url[ACME_CLIENT_MAX_URL_LEN+1] |
Account URL.
Definition at line 502 of file acme_client.h.
The documentation for this struct was generated from the following file:
- cyclone_acme/acme/acme_client.h
