mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -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
|