Module: Doorkeeper::Models::SecretStorable
- Extended by:
- ActiveSupport::Concern
- Included in:
- AccessGrantMixin, AccessTokenMixin, ApplicationMixin
- Defined in:
- lib/doorkeeper/models/concerns/secret_storable.rb
Overview
Storable finder to provide lookups for input plaintext values which are mapped to their stored versions (e.g., hashing, encryption) before lookup.
Defined Under Namespace
Modules: ClassMethods