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 default CredentialDeferredIssueResponseAuthleteApi. credentialDeferredIssue(CredentialDeferredIssueRequest request)Call Authlete's/vci/deferred/issueAPI.CredentialDeferredIssueResponseAuthleteApi. credentialDeferredIssue(CredentialDeferredIssueRequest request, Options options)Call Authlete's/vci/deferred/issueAPI.CredentialDeferredIssueResponseAuthleteApiImplV3. credentialDeferredIssue(CredentialDeferredIssueRequest request, Options options) -
Uses of CredentialDeferredIssueResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialDeferredIssueResponse Modifier and Type Method Description CredentialDeferredIssueResponseCredentialDeferredIssueResponse. setAction(CredentialDeferredIssueResponse.Action action)Set the next action that the implementation of the deferred credential endpoint should take.CredentialDeferredIssueResponseCredentialDeferredIssueResponse. setResponseContent(String responseContent)Set the content of the response that the implementation of the deferred credential endpoint should return.
-