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