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 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 CredentialIssuerJwksResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialIssuerJwksResponse Modifier and Type Method Description CredentialIssuerJwksResponseCredentialIssuerJwksResponse. 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/jwksAPI.CredentialIssuerJwksResponseCredentialIssuerJwksResponse. setResponseContent(String content)Set the content of the response that should be returned from the JWK Set document endpoint.
-