restapi.services.authentication.NoAuthentication.verify_token_validity

NoAuthentication.verify_token_validity(jti, user)[source]

This method MUST be implemented by specific Authentication Methods to add more specific validation contraints

Parameters:
  • jti (str)

  • user (Any)

Return type:

bool