Uses of Class
com.authlete.common.dto.CredentialDeferredIssueResponse
-
Packages that use CredentialDeferredIssueResponse 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 CredentialDeferredIssueResponse in com.authlete.common.api
Methods in com.authlete.common.api that return CredentialDeferredIssueResponse Modifier and Type Method Description CredentialDeferredIssueResponse
AuthleteApi. credentialDeferredIssue(CredentialDeferredIssueRequest request)
Call Authlete's/vci/deferred/issue
API. -
Uses of CredentialDeferredIssueResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialDeferredIssueResponse Modifier and Type Method Description CredentialDeferredIssueResponse
CredentialDeferredIssueResponse. setAction(CredentialDeferredIssueResponse.Action action)
Set the next action that the implementation of the deferred credential endpoint should take.CredentialDeferredIssueResponse
CredentialDeferredIssueResponse. setResponseContent(String responseContent)
Set the content of the response that the implementation of the deferred credential endpoint should return.
-