Uses of Class
com.authlete.common.dto.AttestationChallengeRequest
-
Packages that use AttestationChallengeRequest 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 AttestationChallengeRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type AttestationChallengeRequest Modifier and Type Method Description default AttestationChallengeResponseAuthleteApi. attestationChallenge(AttestationChallengeRequest request)Call Authlete's/attestation/challengeAPI.AttestationChallengeResponseAuthleteApi. attestationChallenge(AttestationChallengeRequest request, Options options)Call Authlete's/attestation/challengeAPI.AttestationChallengeResponseAuthleteApiImplV3. attestationChallenge(AttestationChallengeRequest request, Options options) -
Uses of AttestationChallengeRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return AttestationChallengeRequest Modifier and Type Method Description AttestationChallengeRequestAttestationChallengeRequest. setPretty(boolean pretty)Set the flag indicating whether the challenge response is written in the pretty format or not.
-