Interface HerokuAuth
public interface HerokuAuth
Simplified factory to create an
OAuth2Auth for Heroku.- Author:
- Paulo Lopes
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic OAuth2AuthCreate a OAuth2Auth provider for Herokustatic OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Heroku
-
Method Details
-
create
Create a OAuth2Auth provider for Heroku- Parameters:
clientId- the client id given to you by HerokuclientSecret- the client secret given to you by Heroku
-
create
static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Heroku- Parameters:
clientId- the client id given to you by HerokuclientSecret- the client secret given to you by HerokuhttpClientOptions- custom http client options
-