nabto_device_authorization_request_get_attribute_value()
DESCRIPTION
Get string value of an authorization request attribute. The provided index must exist.
DECLARATION
NABTO_DEVICE_DECL_PREFIX const char* NABTO_DEVICE_API
nabto_device_authorization_request_get_attribute_value(NabtoDeviceAuthorizationRequest* request,
size_t index)
PARAMETERS
request:
- [in] The authorization request.
index:
- [in] The index of the attribute to get the value of.
RETURNS
The value for the attribute.