Simplified factory to create an for CloudFoundry UAA.
package |
Default |
---|
__construct()
create( $arg0, $arg1, $arg2, $arg3, $arg4 = null) : \io\vertx\jphp\ext\auth\oauth2\OAuth2Auth
param $vertx [Vertx] param $clientId [string] the client id given to you by CloudFoundry UAA param $clientSecret [string] the client secret given to you by CloudFoundry UAA param $uuaURL [string] the url to your UUA server instance create($vertx, $clientId, $clientSecret, $uuaURL)
Create a OAuth2Auth provider for CloudFoundry UAA
param $vertx [Vertx] param $clientId [string] the client id given to you by CloudFoundry UAA param $clientSecret [string] the client secret given to you by CloudFoundry UAA param $uuaURL [string] the url to your UUA server instance param $httpClientOptions [HttpClientOptions | array] custom http client options create($vertx, $clientId, $clientSecret, $uuaURL, $httpClientOptions)
Vertx
string
string
string
array | HttpClientOptions
\io\vertx\jphp\ext\auth\oauth2\OAuth2Auth