module Api::Auth::Helpers
Direct including types
Defined in:
actions/mixins/api/auth/helpers.crInstance Method Summary
- 
        #current_user? : User | Nil
        
          Returns cached value 
- 
        #current_user__tuple_cached? : Tuple(User | Nil)
        
          Checks the passed arguments against the memoized args and runs the method body if it is the very first call or the arguments do not match 
- 
        #current_user__uncached? : User | Nil
        
          Returns uncached value 
Instance Method Detail
Checks the passed arguments against the memoized args and runs the method body if it is the very first call or the arguments do not match