use Cro::HTTP::Auth;

class Cro::HTTP::Auth::WebToken::Token does Cro::HTTP::Auth {
    has $.token;
}
