module Doorkeeper::AccessTokenMixin
def custom_attributes
-
(Hash)- hash of custom access token attributes.
def custom_attributes self.class.extract_custom_attributes(attributes) end
(Hash)
- hash of custom access token attributes.
def custom_attributes self.class.extract_custom_attributes(attributes) end