class GrapeTokenAuth::LookupToken

Look up tokens are a type of token that allows searching by that token. This is useful in use cases such as confirmation tokens. These type of tokens are not appropriate for auth. In auth, look up is done via uid and verification/persitance with BCrypt. In short, this is a utility class that should not be used unless you are sure of your need.