mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-11-22 00:05:57 -05:00
12 lines
253 B
Plaintext
12 lines
253 B
Plaintext
module HTTPX
|
|
module Plugins
|
|
module Authentication
|
|
module InstanceMethods
|
|
def authentication: (string token) -> instance
|
|
end
|
|
end
|
|
|
|
type sessionAuthentication = Session & Plugins::Authentication::InstanceMethods
|
|
end
|
|
end
|