Uses of Class
com.authlete.common.dto.CredentialNonceResponse
-
Packages that use CredentialNonceResponse 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 CredentialNonceResponse in com.authlete.common.api
Methods in com.authlete.common.api that return CredentialNonceResponse 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 CredentialNonceResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialNonceResponse Modifier and Type Method Description CredentialNonceResponseCredentialNonceResponse. setAction(CredentialNonceResponse.Action action)Set the next action that the implementation of the nonce endpoint should take after getting a response from Authlete's/vci/nonceAPI.CredentialNonceResponseCredentialNonceResponse. setCnonce(String cnonce)Set thec_noncevalue generated by the/vci/nonceAPI.CredentialNonceResponseCredentialNonceResponse. setResponseContent(String content)Set the content that the implementation of the nonce endpoint should use when it constructs a response.
-