nabto_device_password_authentication_request_get_username()
DESCRIPTION
Get the username used in the password authentication request. The lifetime of the returned username is until nabto_device_password_authentication_request_free() is called.
DECLARATION
NABTO_DEVICE_DECL_PREFIX const char* NABTO_DEVICE_API
nabto_device_password_authentication_request_get_username(NabtoDevicePasswordAuthenticationRequest* request)
PARAMETERS
request:
- [in] The password authorization request
RETURNS
The NULL terminated username.