Uses of Class
com.authlete.common.dto.CredentialIssuerMetadataResponse
-
Packages that use CredentialIssuerMetadataResponse 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 CredentialIssuerMetadataResponse in com.authlete.common.api
Methods in com.authlete.common.api that return CredentialIssuerMetadataResponse Modifier and Type Method Description CredentialIssuerMetadataResponse
AuthleteApi. credentialIssuerMetadata(CredentialIssuerMetadataRequest request)
Call Authlete's/vci/metadata
API. -
Uses of CredentialIssuerMetadataResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialIssuerMetadataResponse Modifier and Type Method Description CredentialIssuerMetadataResponse
CredentialIssuerMetadataResponse. setAction(CredentialIssuerMetadataResponse.Action action)
Set the next action that the implementation of the credential issuer metadata endpoint should take after getting a response from Authlete's/vci/metadata
API.CredentialIssuerMetadataResponse
CredentialIssuerMetadataResponse. setResponseContent(String content)
Set the content that the implementation of the credential issuer metadata endpoint should use when it constructs a response.
-