Uses of Class
com.authlete.common.dto.CredentialOfferInfoResponse
-
Packages that use CredentialOfferInfoResponse 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 CredentialOfferInfoResponse in com.authlete.common.api
Methods in com.authlete.common.api that return CredentialOfferInfoResponse Modifier and Type Method Description CredentialOfferInfoResponse
AuthleteApi. credentialOfferInfo(CredentialOfferInfoRequest request)
Call Authlete's/vci/offer/info
API. -
Uses of CredentialOfferInfoResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialOfferInfoResponse Modifier and Type Method Description CredentialOfferInfoResponse
CredentialOfferInfoResponse. setAction(CredentialOfferInfoResponse.Action action)
Set the result of the/vci/offer/info
API call.CredentialOfferInfoResponse
CredentialOfferInfoResponse. setInfo(CredentialOfferInfo info)
Set information about the credential offer.
-