security_handler_t Struct Reference

#include <mcl_core/src/security_handler.h>

Collaboration diagram for security_handler_t:
Collaboration graph

Data Fields

rsa_t rsa
 RSA handle. More...
 
char * registration_access_token
 Registration access token. More...
 
char * registration_uri
 Registration URI. More...
 
char * client_secret
 Client secret. More...
 
char * access_token
 Access token. More...
 
char * last_token_time
 The time at which the last access token is generated by MindSphere. More...
 
char * client_id
 Client id. More...
 

Detailed Description

Handle for security handler.

Definition at line 30 of file security_handler.h.

Field Documentation

char* security_handler_t::access_token

Access token.

Definition at line 36 of file security_handler.h.

Referenced by core_processor_get_access_token().

char* security_handler_t::last_token_time

The time at which the last access token is generated by MindSphere.

Definition at line 37 of file security_handler.h.

Referenced by core_processor_get_access_token().

char* security_handler_t::registration_uri

The documentation for this struct was generated from the following file: