Purpose: Check if a token is valid. A token is a string containing encrypted user information.
Properties
- Name: Token
- Type: String
- Direction: in
- Purpose: Token to check
- Name: Result
- Type: Boolean
- Direction: out
- Purpose: True if it is a valid token, False otherwise.