Uses of Interface
com.okta.jwt.VerifierBuilderSupport
-
Uses of VerifierBuilderSupport in com.okta.jwt
Classes in com.okta.jwt with type parameters of type VerifierBuilderSupportModifier and TypeInterfaceDescriptioninterfaceVerifierBuilderSupport<B extends VerifierBuilderSupport,R> JWT Verifier Builder support class (defines common properties used for general JWT validation).Subinterfaces of VerifierBuilderSupport in com.okta.jwtModifier and TypeInterfaceDescriptionstatic interfaceBuilder interface used to simplify construction of a AccessTokenVerifier.static interfaceBuilder interface used to simplify construction of a IdTokenVerifier.