Class and Description |
---|
io.vertx.ext.jwt.JWTOptions
In 4.0.0 this module will be merged with vertx-auth-common, for this reason this class should be found
in the common module, instead of here. Changing the import should fix any deprecations.
|
Method and Description |
---|
io.vertx.ext.jwt.JWT.addCertificate(String, String)
Replaced by
JWT.addJWK(JWK) |
io.vertx.ext.jwt.JWT.addKeyPair(String, String, String)
Replaced by
JWT.addJWK(JWK) |
io.vertx.ext.jwt.JWT.addPublicKey(String, String)
Replaced by
JWT.addJWK(JWK) |
io.vertx.ext.jwt.JWT.addSecret(String, String)
Replaced by
JWT.addJWK(JWK) |
io.vertx.ext.jwt.JWT.addSecretKey(String, String)
Replaced by
JWT.addJWK(JWK) |
Constructor and Description |
---|
io.vertx.ext.jwt.JWT(KeyStore, char[]) |
io.vertx.ext.jwt.JWT(String, boolean) |
Copyright © 2021 Eclipse. All rights reserved.