vertx / io.vertx.rxjava.ext.auth.oauth2 / OAuth2Auth / create

create

open static fun create(vertx: Vertx, flow: OAuth2FlowType, config: OAuth2ClientOptions): OAuth2Auth

Create a OAuth2 auth provider

Parameters

vertx - the Vertx instance

flow -

config - the config

Return
the auth provider

open static fun create(vertx: Vertx, flow: OAuth2FlowType): OAuth2Auth

Create a OAuth2 auth provider

Parameters

vertx - the Vertx instance

flow -

Return
the auth provider