Class HttpChallengeDetails
java.lang.Object
io.micronaut.acme.challenge.http.endpoint.HttpChallengeDetails
Contains the details needed to satisfy a passing http-01 challenge from the acme challenge server.
-
Constructor Summary
ConstructorDescriptionHttpChallengeDetails
(String token, String content) Constructs a new http challenge token/content pair. -
Method Summary
-
Constructor Details
-
HttpChallengeDetails
Constructs a new http challenge token/content pair.- Parameters:
token
- passed from challenge servercontent
- expected content back to the challenge server
-
-
Method Details
-
getContent
- Returns:
- the content expected to be returned to the challenge server.
-
getToken
- Returns:
- token expected to be passed from the challenge server.
-