Uses of Class
com.authlete.common.dto.CredentialIssuerMetadataRequest
-
Packages that use CredentialIssuerMetadataRequest 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 CredentialIssuerMetadataRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type CredentialIssuerMetadataRequest Modifier and Type Method Description CredentialIssuerMetadataResponseAuthleteApi. credentialIssuerMetadata(CredentialIssuerMetadataRequest request)Call Authlete's/vci/metadataAPI. -
Uses of CredentialIssuerMetadataRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialIssuerMetadataRequest Modifier and Type Method Description CredentialIssuerMetadataRequestCredentialIssuerMetadataRequest. setPretty(boolean pretty)Set the flag indicating whether the metadata is written in the pretty format or not.
-