1 #ifndef _auth_h_
2 #define _auth_h_
3 
4 int get_access_token(
5     char *result, int length, char *username, char *identity_token);
6 
7 #endif
8