module Doorkeeper::Models::Accessible
Public Instance Methods
Source
# File lib/doorkeeper/models/concerns/accessible.rb, line 10 def accessible? !expired? && !revoked? end
Indicates whether the object is accessible (not expired and not revoked).
@return [Boolean] true if object accessible or false in other case