verifyReceivedToken abstract method

bool verifyReceivedToken(
  1. String installId,
  2. Token token
)

Verify the validity of a Token for a specific installation.

This method executes locally. Does the same like verifyToken method.

Implementation

bool verifyReceivedToken(String installId, Token token);