Uses of Class
com.authlete.common.dto.CredentialBatchParseRequest
-
Packages that use CredentialBatchParseRequest 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 CredentialBatchParseRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type CredentialBatchParseRequest Modifier and Type Method Description CredentialBatchParseResponse
AuthleteApi. credentialBatchParse(CredentialBatchParseRequest request)
Call Authlete's/vci/batch/parse
API. -
Uses of CredentialBatchParseRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialBatchParseRequest Modifier and Type Method Description CredentialBatchParseRequest
CredentialBatchParseRequest. setAccessToken(String accessToken)
Set the access token that came along with the batch credential request.CredentialBatchParseRequest
CredentialBatchParseRequest. setRequestContent(String requestContent)
Set the message body of the batch credential request.
-