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