open static fun create(vertx: Vertx, clientId: String, clientSecret: String, uuaURL: String): OAuth2Auth
Create a OAuth2Auth provider for CloudFoundry UAA
clientId - the client id given to you by CloudFoundry UAA
clientSecret - the client secret given to you by CloudFoundry UAA
uuaURL - the url to your UUA server instance
open static fun create(vertx: Vertx, clientId: String, clientSecret: String, uuaURL: String, httpClientOptions: HttpClientOptions): OAuth2Auth
Create a OAuth2Auth provider for CloudFoundry UAA
clientId - the client id given to you by CloudFoundry UAA
clientSecret - the client secret given to you by CloudFoundry UAA