toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.webhook
/
MetaSecurityService
Meta
Security
Service
@
Service
class
MetaSecurityService
(
@
Value
(
value
=
"${flow.meta.app-secret}"
)
appSecret
:
String
)
(
source
)
Members
Constructors
Meta
Security
Service
Link copied to clipboard
constructor
(
@
Value
(
value
=
"${flow.meta.app-secret}"
)
appSecret
:
String
)
Functions
validate
Signature
Link copied to clipboard
fun
validateSignature
(
payload
:
String
,
signatureHeader
:
String
?
)
:
Boolean