EosjsAuthWrapper.verify

You're seeing just the function verify, go back to EosjsAuthWrapper module for more information.
Link to this function

verify(sign, phrase, pub_key)

View Source

Verify signature.

Returns {:ok, true}

Examples

iex> EosjsAuthWrapper.verify("some sighnature", "this is a phrase", "some_valid_pub_key")
{:ok, false}