Check checks validity of user's response. Returns the value of validated credential on success.
(user t.Uid, resp string)
| 46 | // Check checks validity of user's response. |
| 47 | // Returns the value of validated credential on success. |
| 48 | Check(user t.Uid, resp string) (string, error) |
| 49 | |
| 50 | // Remove deletes or deactivates user's given value. |
| 51 | Remove(user t.Uid, value string) error |