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