Uses of Interface
io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3.JwtProviderOrBuilder
-
Packages that use JwtProviderOrBuilder Package Description io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 -
-
Uses of JwtProviderOrBuilder in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3
Classes in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 that implement JwtProviderOrBuilder Modifier and Type Class Description classJwtProviderPlease see following for JWT authentication flow: * `JSON Web Token (JWT) <https://tools.ietf.org/html/rfc7519>`_ * `The OAuth 2.0 Authorization Framework <https://tools.ietf.org/html/rfc6749>`_ * `OpenID Connect <http://openid.net/connect>`_ A JwtProvider message specifies how a JSON Web Token (JWT) can be verified.static classJwtProvider.BuilderPlease see following for JWT authentication flow: * `JSON Web Token (JWT) <https://tools.ietf.org/html/rfc7519>`_ * `The OAuth 2.0 Authorization Framework <https://tools.ietf.org/html/rfc6749>`_ * `OpenID Connect <http://openid.net/connect>`_ A JwtProvider message specifies how a JSON Web Token (JWT) can be verified.
-