nRF Connect SDK API 0.1.0
|
int modem_attest_token_parse | ( | struct nrf_attestation_token const *const | token_in, |
struct nrf_attestation_data *const | data_out | ||
) |
#include <include/modem/modem_attest_token.h>
Parses attestation token.
[in] | token_in | Pointer to struct containing attestation token strings. |
[out] | data_out | Pointer to struct containing parsed attestation data. |
0 | If the operation was successful. Otherwise, a (negative) error code is returned. |