Package discord4j.rest.interaction
Interface InteractionValidator
public interface InteractionValidator
Implement to validate interactions
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvalidateSignature(String signature, String timestamp, String body) See https://discord.com/developers/docs/interactions/slash-commands#security-and-authorization
-
Method Details
-
validateSignature
See https://discord.com/developers/docs/interactions/slash-commands#security-and-authorization- Parameters:
signature- the signature header of the requesttimestamp- the timestamp header of the requestbody- the body of the request- Returns:
trueif the request is valid,falseotherwise
-