vertx / io.vertx.ext.auth.oauth2 / OAuth2ClientOptionsConverter

OAuth2ClientOptionsConverter

open class OAuth2ClientOptionsConverter

Converter for io.vertx.ext.auth.oauth2.OAuth2ClientOptions. NOTE: This class has been automatically generated from the io.vertx.ext.auth.oauth2.OAuth2ClientOptions original class using Vert.x codegen.

Constructors

<init>

OAuth2ClientOptionsConverter()

Converter for io.vertx.ext.auth.oauth2.OAuth2ClientOptions. NOTE: This class has been automatically generated from the io.vertx.ext.auth.oauth2.OAuth2ClientOptions original class using Vert.x codegen.

Functions

fromJson

open static fun fromJson(json: JsonObject, obj: OAuth2ClientOptions): Unit

toJson

open static fun toJson(obj: OAuth2ClientOptions, json: JsonObject): Unit