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 default CredentialIssuerMetadataResponseAuthleteApi. credentialIssuerMetadata(CredentialIssuerMetadataRequest request)Call Authlete's/vci/metadataAPI.CredentialIssuerMetadataResponseAuthleteApi. credentialIssuerMetadata(CredentialIssuerMetadataRequest request, Options options)Call Authlete's/vci/metadataAPI.CredentialIssuerMetadataResponseAuthleteApiImplV3. credentialIssuerMetadata(CredentialIssuerMetadataRequest request, Options options) -
Uses of CredentialIssuerMetadataResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialIssuerMetadataResponse Modifier and Type Method Description CredentialIssuerMetadataResponseCredentialIssuerMetadataResponse. 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/metadataAPI.CredentialIssuerMetadataResponseCredentialIssuerMetadataResponse. setResponseContent(String content)Set the content that the implementation of the credential issuer metadata endpoint should use when it constructs a response.
-