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 CredentialIssuerJwksResponse
AuthleteApi. credentialIssuerJwks(CredentialIssuerJwksRequest request)
Call Authlete's/vci/jwks
API. -
Uses of CredentialIssuerJwksRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialIssuerJwksRequest Modifier and Type Method Description CredentialIssuerJwksRequest
CredentialIssuerJwksRequest. setPretty(boolean pretty)
Set the flag indicating whether the JWK Set document is written in the pretty format or not.
-