vertx / io.vertx.ext.auth.jwt / JWTAuthOptionsConverter

JWTAuthOptionsConverter

open class JWTAuthOptionsConverter

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

Constructors

<init>

JWTAuthOptionsConverter()

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

Functions

fromJson

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

toJson

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