# File lib/devise/models/token_authenticatable.rb, line 64
        def authentication_token
          generate_token(:authentication_token)
        end