Uses of Class
com.authlete.common.dto.CredentialNonceRequest
-
Packages that use CredentialNonceRequest 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 CredentialNonceRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type CredentialNonceRequest Modifier and Type Method Description default CredentialNonceResponseAuthleteApi. credentialNonce(CredentialNonceRequest request)Call Authlete's/vci/nonceAPI.CredentialNonceResponseAuthleteApi. credentialNonce(CredentialNonceRequest request, Options options)Call Authlete's/vci/nonceAPI.CredentialNonceResponseAuthleteApiImplV3. credentialNonce(CredentialNonceRequest request, Options options) -
Uses of CredentialNonceRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialNonceRequest Modifier and Type Method Description CredentialNonceRequestCredentialNonceRequest. setPretty(boolean pretty)Set the flag indicating whether the nonce response is written in the pretty format or not.
-