Uses of Class
com.authlete.common.dto.CredentialIssuerJwksRequest
-
Packages that use CredentialIssuerJwksRequest Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi) and the factory class (AuthleteApiFactory).com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of CredentialIssuerJwksRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type CredentialIssuerJwksRequest Modifier and Type Method Description default CredentialIssuerJwksResponseAuthleteApi. credentialIssuerJwks(CredentialIssuerJwksRequest request)Call Authlete's/vci/jwksAPI.CredentialIssuerJwksResponseAuthleteApi. credentialIssuerJwks(CredentialIssuerJwksRequest request, Options options)Call Authlete's/vci/jwksAPI.CredentialIssuerJwksResponseAuthleteApiImplV3. credentialIssuerJwks(CredentialIssuerJwksRequest request, Options options) -
Uses of CredentialIssuerJwksRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialIssuerJwksRequest Modifier and Type Method Description CredentialIssuerJwksRequestCredentialIssuerJwksRequest. setPretty(boolean pretty)Set the flag indicating whether the JWK Set document is written in the pretty format or not.
-