vertx / io.vertx.reactivex.ext.auth.oauth2 / OAuth2Auth / loadJWK

loadJWK

open fun loadJWK(handler: Handler<AsyncResult<Void>>): OAuth2Auth

Loads a JWK Set from the remote provider. When calling this method several times, the loaded JWKs are updated in the underlying JWT object.

Parameters

handler -

Return