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