class Lucky::MessageVerifier
- Lucky::MessageVerifier
 - Reference
 - Object
 
Defined in:
lucky/support/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
DEPRECATED Legacy token verification will be removed in the next release.