OAuth2Lib/pkce.h

7 lines
94 B
C
Raw Permalink Normal View History

2024-11-06 22:55:07 +01:00
#ifndef _OAUTH2LIB_PKCE_
#define _OAUTH2LIB_PKCE_
void do_pkce();
#endif //_OAUTH2LIB_PKCE_