module Doorkeeper::AccessTokenMixin

def custom_attributes

Returns:
  • (Hash) - hash of custom access token attributes.
def custom_attributes
  self.class.extract_custom_attributes(attributes)
end