vertx / io.vertx.reactivex.ext.auth.oauth2.providers / CloudFoundryAuth / create

create

open static fun create(vertx: Vertx, clientId: String, clientSecret: String, uuaURL: String): OAuth2Auth

Create a OAuth2Auth provider for CloudFoundry UAA

Parameters

vertx -

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

Return

open static fun create(vertx: Vertx, clientId: String, clientSecret: String, uuaURL: String, httpClientOptions: HttpClientOptions): OAuth2Auth

Create a OAuth2Auth provider for CloudFoundry UAA

Parameters

vertx -

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

httpClientOptions - custom http client options

Return