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