- { "oauth-%s-credential-file", OAUTHCREDFILESW },
- { "oauth-%s-client_id", OAUTHCLIDSW },
- { "oauth-%s-client_secret", OAUTHCLSECSW },
- { "oauth-%s-auth_endpoint", OAUTHAUTHENDSW },
- { "oauth-%s-redirect_uri", OAUTHREDIRSW },
- { "oauth-%s-token_endpoint", OAUTHTOKENDSW },
- { "oauth-%s-scope", OAUTHSCOPESW },
- { NULL, 0 }
+ { "oauth-%s-credential-file", OAUTHCREDFILESW, NULL },
+ { "oauth-%s-client_id", OAUTHCLIDSW, NULL },
+ { "oauth-%s-client_secret", OAUTHCLSECSW, NULL },
+ { "oauth-%s-auth_endpoint", OAUTHAUTHENDSW, NULL },
+ { "oauth-%s-redirect_uri", OAUTHREDIRSW, NULL },
+ { "oauth-%s-token_endpoint", OAUTHTOKENDSW, NULL },
+ { "oauth-%s-scope", OAUTHSCOPESW, NULL },
+ { NULL, 0, NULL }