Uses of Class
com.authlete.common.dto.AttestationChallengeResponse
-
Packages that use AttestationChallengeResponse 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 AttestationChallengeResponse in com.authlete.common.api
Methods in com.authlete.common.api that return AttestationChallengeResponse 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 AttestationChallengeResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return AttestationChallengeResponse Modifier and Type Method Description AttestationChallengeResponseAttestationChallengeResponse. setAction(AttestationChallengeResponse.Action action)Set the next action that the implementation of the challenge endpoint should take after getting a response from Authlete's/attestation/challengeAPI.AttestationChallengeResponseAttestationChallengeResponse. setAttestationChallenge(String challenge)Set theattestation_challengevalue generated by the/attestation/challengeAPI.AttestationChallengeResponseAttestationChallengeResponse. setResponseContent(String content)Set the content that the implementation of the challenge endpoint should use when it constructs a response.
-