| Interface | Description |
|---|---|
| AlexaHttpRequest |
Provides container for server request that should be validated.
|
| SkillServletVerifier |
Verifiers are run against incoming requests to verify authenticity and integrity of the request before processing
it.
|
| Class | Description |
|---|---|
| ServletRequest |
Servlet specific implementation of
AlexaHttpRequest. |
| SkillRequestSignatureVerifier |
Provides a utility method to verify the signature of a skill request.
|
| SkillRequestTimestampVerifier |
Verifies whether or not timestamps are valid within a certain tolerance.
|
Copyright © 2023. All rights reserved.