Uses of Class
com.authlete.common.dto.CredentialSingleParseResponse
-
Packages that use CredentialSingleParseResponse 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 CredentialSingleParseResponse in com.authlete.common.api
Methods in com.authlete.common.api that return CredentialSingleParseResponse Modifier and Type Method Description CredentialSingleParseResponse
AuthleteApi. credentialSingleParse(CredentialSingleParseRequest request)
Call Authlete's/vci/single/parse
API. -
Uses of CredentialSingleParseResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialSingleParseResponse Modifier and Type Method Description CredentialSingleParseResponse
CredentialSingleParseResponse. setAction(CredentialSingleParseResponse.Action action)
Set the next action that the credential endpoint should take.CredentialSingleParseResponse
CredentialSingleParseResponse. setInfo(CredentialRequestInfo info)
Set information about the credential request.CredentialSingleParseResponse
CredentialSingleParseResponse. setResponseContent(String content)
Set the content of the response that should be returned to the request sender.
-