verify_with_tokens


Description:

public bool verify_with_tokens (string key, string tokens)

Verify if the key is signed with any of the tokens from the tokens and the signature is valid.

Parameters:

this

the Account.

key

the name of the key or prefix of the keys to be verified.

tokens

array of aegis tokens.

Returns:

true if the key is signed with any of the given tokens and the signature is valid, false otherwise.