Classes
Methods
(static) GoogleAuth.create(vertx, clientId, clientSecret, httpClientOptions) → {OAuth2Auth}
Create a OAuth2Auth provider for Google
Parameters:
Name | Type | Description |
---|---|---|
vertx |
Vertx | |
clientId |
string | the client id given to you by Google |
clientSecret |
string | the client secret given to you by Google |
httpClientOptions |
Object | custom http client options |
Returns:
- Type
- OAuth2Auth