module OAuth class Token include Auth::Sanitizer::FilteredAttributes
attr_accessor token: untyped attr_accessor secret: untyped end end