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 default CredentialBatchParseResponseAuthleteApi. credentialBatchParse(CredentialBatchParseRequest request)Call Authlete's/vci/batch/parseAPI.CredentialBatchParseResponseAuthleteApi. credentialBatchParse(CredentialBatchParseRequest request, Options options)Call Authlete's/vci/batch/parseAPI.CredentialBatchParseResponseAuthleteApiImplV3. credentialBatchParse(CredentialBatchParseRequest request, Options options) -
Uses of CredentialBatchParseRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialBatchParseRequest Modifier and Type Method Description CredentialBatchParseRequestCredentialBatchParseRequest. setAccessToken(String accessToken)Set the access token that came along with the batch credential request.CredentialBatchParseRequestCredentialBatchParseRequest. setRequestContent(String requestContent)Set the message body of the batch credential request.
-