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