class Message::Verifier
- Message::Verifier
- Reference
- Object
Defined in:
message/verifier.crConstructors
Instance Method Summary
- #generate(value : String | Bytes) : String
-
#legacy_verified(signed_message : String)
DEPRECATED Legacy token verification will be removed in the next release.
- #valid_message?(data : String, digest : String) : Bool
- #verified(signed_message : String) : String | Nil
- #verify(signed_message : String) : String
- #verify_raw(signed_message : String) : Bytes
Constructor Detail
Instance Method Detail
def legacy_verified(signed_message : String)
#
DEPRECATED Legacy token verification will be removed in the next release.