Uses of Class
com.authlete.common.dto.CredentialDeferredParseResponse
-
Packages that use CredentialDeferredParseResponse 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 CredentialDeferredParseResponse in com.authlete.common.api
Methods in com.authlete.common.api that return CredentialDeferredParseResponse Modifier and Type Method Description default CredentialDeferredParseResponseAuthleteApi. credentialDeferredParse(CredentialDeferredParseRequest request)Call Authlete's/vci/deferred/parseAPI.CredentialDeferredParseResponseAuthleteApi. credentialDeferredParse(CredentialDeferredParseRequest request, Options options)Call Authlete's/vci/deferred/parseAPI.CredentialDeferredParseResponseAuthleteApiImplV3. credentialDeferredParse(CredentialDeferredParseRequest request, Options options) -
Uses of CredentialDeferredParseResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialDeferredParseResponse Modifier and Type Method Description CredentialDeferredParseResponseCredentialDeferredParseResponse. setAction(CredentialDeferredParseResponse.Action action)Set the next action that the deferred credential endpoint should take.CredentialDeferredParseResponseCredentialDeferredParseResponse. setInfo(CredentialRequestInfo info)Set information about the credential request bound to the transaction ID.CredentialDeferredParseResponseCredentialDeferredParseResponse. setResponseContent(String content)Set the content of the response that should be returned to the request sender.
-