NUGU SDK Linux  1.7.5
nugu_auth.hh File Reference
#include <clientkit/nugu_http_rest.hh>
#include <string>
#include <vector>
+ Include dependency graph for nugu_auth.hh:

Go to the source code of this file.

Classes

struct  NuguClientKit::AuthResponse
 AuthResponse. More...
 
class  NuguClientKit::NuguAuth
 NuguAuth. More...
 
struct  NuguClientKit::NuguDeviceConfig
 NuguDeviceConfig. More...
 
struct  NuguClientKit::NuguToken
 NuguToken. More...
 

Enumerations

enum  NuguClientKit::GrantType { AUTHORIZATION_CODE = 0x1 , CLIENT_CREDENTIALS = 0x2 , REFRESH_TOKEN = 0x4 , DEVICE_CODE = 0x8 }
 GrantType.