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