Module: Passage::Auth::PassThrough::Helpers

Defined in:
lib/passage/auth/pass_through/pass_through.rb

Instance Method Summary collapse

Instance Method Details

#auth_fetchObject



7
# File 'lib/passage/auth/pass_through/pass_through.rb', line 7

def auth_fetch; end

#auth_setup(req) ⇒ Object



6
# File 'lib/passage/auth/pass_through/pass_through.rb', line 6

def auth_setup(req); end

#auth_validate!(identity, trust_root) ⇒ Object



8
# File 'lib/passage/auth/pass_through/pass_through.rb', line 8

def auth_validate!(identity, trust_root); end