Uses of Class
org.keycloak.sdjwt.vp.SdJwtVpVerificationResult
Packages that use SdJwtVpVerificationResult
-
Uses of SdJwtVpVerificationResult in org.keycloak.broker.oid4vp
Methods in org.keycloak.broker.oid4vp that return SdJwtVpVerificationResultModifier and TypeMethodDescriptionprotected SdJwtVpVerificationResultOID4VPIdentityProviderEndpoint.verifyPresentation(String vpToken, String nonce) Methods in org.keycloak.broker.oid4vp with parameters of type SdJwtVpVerificationResultModifier and TypeMethodDescriptionprotected BrokeredIdentityContextOID4VPIdentityProviderEndpoint.toBrokeredContext(SdJwtVpVerificationResult result, AuthenticationSessionModel authSession) -
Uses of SdJwtVpVerificationResult in org.keycloak.sdjwt.consumer
Methods in org.keycloak.sdjwt.consumer that return SdJwtVpVerificationResultModifier and TypeMethodDescriptionSdJwtPresentationConsumer.verifySdJwtPresentation(SdJwtVP sdJwtVP, PresentationRequirements presentationRequirements, List<TrustedSdJwtIssuer> trustedSdJwtIssuers, IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts, KeyBindingJwtVerificationOpts keyBindingJwtVerificationOpts) Verify SD-JWT presentation against specific requirements.