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