Classes
Methods
(static) OAuth2Auth.create(vertx, flow, config) → {OAuth2Auth}
Create a OAuth2 auth provider
Parameters:
Name | Type | Description |
---|---|---|
vertx |
Vertx | the Vertx instance |
flow |
Object | |
config |
Object | the config |
Returns:
the auth provider
- Type
- OAuth2Auth
(static) OAuth2Auth.createKeycloak(vertx, flow, config) → {OAuth2Auth}
Create a OAuth2 auth provider
Parameters:
Name | Type | Description |
---|---|---|
vertx |
Vertx | the Vertx instance |
flow |
Object | |
config |
Object | the config as exported from the admin console |
Returns:
the auth provider
- Type
- OAuth2Auth