vertx / io.vertx.rxjava.ext.auth.oauth2.providers / LiveAuth / create

create

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

Create a OAuth2Auth provider for live.com

Parameters

vertx -

clientId - the client id given to you by live.com

clientSecret - the client secret given to you by live.com

Return

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

Create a OAuth2Auth provider for live.com

Parameters

vertx -

clientId - the client id given to you by live.com

clientSecret - the client secret given to you by live.com

httpClientOptions - custom http client options

Return