Uses of Class
io.vertx.ext.auth.PubSecKeyOptions
Packages that use PubSecKeyOptions
Package
Description
-
Uses of PubSecKeyOptions in io.vertx.ext.auth
Methods in io.vertx.ext.auth that return PubSecKeyOptionsModifier and TypeMethodDescriptionPubSecKeyOptions.setAlgorithm(String algorithm) The PEM or Secret key buffer.The PEM or Secret key buffer.Constructors in io.vertx.ext.auth with parameters of type PubSecKeyOptions -
Uses of PubSecKeyOptions in io.vertx.ext.auth.jwt
Methods in io.vertx.ext.auth.jwt that return types with arguments of type PubSecKeyOptionsMethods in io.vertx.ext.auth.jwt with parameters of type PubSecKeyOptionsMethod parameters in io.vertx.ext.auth.jwt with type arguments of type PubSecKeyOptionsModifier and TypeMethodDescriptionJWTAuthOptions.setPubSecKeys(List<PubSecKeyOptions> pubSecKeys) -
Uses of PubSecKeyOptions in io.vertx.ext.auth.oauth2
Methods in io.vertx.ext.auth.oauth2 that return types with arguments of type PubSecKeyOptionsMethods in io.vertx.ext.auth.oauth2 with parameters of type PubSecKeyOptionsMethod parameters in io.vertx.ext.auth.oauth2 with type arguments of type PubSecKeyOptions -
Uses of PubSecKeyOptions in io.vertx.ext.auth.oauth2.providers
Methods in io.vertx.ext.auth.oauth2.providers with parameters of type PubSecKeyOptionsModifier and TypeMethodDescriptionstatic OAuth2AuthAppleIdAuth.create(Vertx vertx, String clientId, String teamId, PubSecKeyOptions privateKey) Create a OAuth2Auth provider for Applestatic OAuth2AuthAppleIdAuth.create(Vertx vertx, String clientId, String teamId, PubSecKeyOptions privateKey, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Applestatic Future<OAuth2Auth> AppleIdAuth.discover(Vertx vertx, PubSecKeyOptions privateKey, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery. -
Uses of PubSecKeyOptions in io.vertx.reactivex.ext.auth.oauth2.providers
Methods in io.vertx.reactivex.ext.auth.oauth2.providers with parameters of type PubSecKeyOptionsModifier and TypeMethodDescriptionstatic OAuth2AuthAppleIdAuth.create(Vertx vertx, String clientId, String teamId, PubSecKeyOptions privateKey) Create a OAuth2Auth provider for Applestatic OAuth2AuthAppleIdAuth.create(Vertx vertx, String clientId, String teamId, PubSecKeyOptions privateKey, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Applestatic Future<OAuth2Auth> AppleIdAuth.discover(Vertx vertx, PubSecKeyOptions privateKey, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> AppleIdAuth.rxDiscover(Vertx vertx, PubSecKeyOptions privateKey, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery. -
Uses of PubSecKeyOptions in io.vertx.rxjava3.ext.auth.oauth2.providers
Methods in io.vertx.rxjava3.ext.auth.oauth2.providers with parameters of type PubSecKeyOptionsModifier and TypeMethodDescriptionstatic OAuth2AuthAppleIdAuth.create(Vertx vertx, String clientId, String teamId, PubSecKeyOptions privateKey) Create a OAuth2Auth provider for Applestatic OAuth2AuthAppleIdAuth.create(Vertx vertx, String clientId, String teamId, PubSecKeyOptions privateKey, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Applestatic Single<OAuth2Auth> AppleIdAuth.discover(Vertx vertx, PubSecKeyOptions privateKey, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> AppleIdAuth.rxDiscover(Vertx vertx, PubSecKeyOptions privateKey, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.