Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Add I_OPT_TOKEN_METHOD to google example
Browse files Browse the repository at this point in the history
Fix #6
  • Loading branch information
babelouest committed Aug 8, 2023
1 parent 06ced06 commit be4409a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/google_example.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ int main() {
I_OPT_CLIENT_ID, CLIENT_ID,
I_OPT_CLIENT_SECRET, CLIENT_SECRET,
I_OPT_REDIRECT_URI, REDIRECT_URI,
I_OPT_TOKEN_METHOD, I_TOKEN_AUTH_METHOD_SECRET_BASIC,
I_OPT_SCOPE, SCOPE,
I_OPT_STATE_GENERATE, 16,
I_OPT_NONCE_GENERATE, 32,
Expand Down

0 comments on commit be4409a

Please sign in to comment.