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