Uses of Class
com.authlete.common.dto.CredentialIssuerJwksResponse
-
Packages that use CredentialIssuerJwksResponse 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 CredentialIssuerJwksResponse in com.authlete.common.api
Methods in com.authlete.common.api that return CredentialIssuerJwksResponse Modifier and Type Method Description CredentialIssuerJwksResponse
AuthleteApi. credentialIssuerJwks(CredentialIssuerJwksRequest request)
Call Authlete's/vci/jwks
API. -
Uses of CredentialIssuerJwksResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialIssuerJwksResponse Modifier and Type Method Description CredentialIssuerJwksResponse
CredentialIssuerJwksResponse. setAction(CredentialIssuerJwksResponse.Action action)
Set the next action that the implementation of the credential issuer's JWK Set document endpoint should take after getting a response from Authlete's/vci/jwks
API.CredentialIssuerJwksResponse
CredentialIssuerJwksResponse. setResponseContent(String content)
Set the content of the response that should be returned from the JWK Set document endpoint.
-