module Passage::Auth::PassThrough::Helpers

Public Instance Methods

auth_fetch() click to toggle source
# File lib/passage/auth/pass_through/pass_through.rb, line 7
def auth_fetch; end
auth_setup(req) click to toggle source
# File lib/passage/auth/pass_through/pass_through.rb, line 6
def auth_setup(req); end
auth_validate!(identity, trust_root) click to toggle source
# File lib/passage/auth/pass_through/pass_through.rb, line 8
def auth_validate!(identity, trust_root); end