7 lines
94 B
C
7 lines
94 B
C
|
|
#ifndef _OAUTH2LIB_PKCE_
|
||
|
|
#define _OAUTH2LIB_PKCE_
|
||
|
|
|
||
|
|
void do_pkce();
|
||
|
|
|
||
|
|
#endif //_OAUTH2LIB_PKCE_
|