struct Packlink::Auth
- Packlink::Auth
- Packlink::Base
- Struct
- Value
- Object
Defined in:
packlink/auth.crClass Method Summary
- .create(body : NamedTuple | Hash = A::HS2.new, params : NamedTuple | Hash = A::HS2.new, query : NamedTuple | Hash = A::HS2.new, headers : NamedTuple | Hash = A::HS2.new, client : Client = Client.instance)
- .encoded_auth_header(email : String, password : String)
- .find(params : NamedTuple | Hash = A::HS2.new, query : NamedTuple | Hash = A::HS2.new, headers : NamedTuple | Hash = A::HS2.new, client : Client = Client.instance)
- .generate(credentials : NamedTuple | Hash)
- .reset_password(details : NamedTuple | Hash)
Instance methods inherited from struct Packlink::Base
initialize
initialize
Constructor methods inherited from struct Packlink::Base
new
new
Class Method Detail
def self.create(body : NamedTuple | Hash = A::HS2.new, params : NamedTuple | Hash = A::HS2.new, query : NamedTuple | Hash = A::HS2.new, headers : NamedTuple | Hash = A::HS2.new, client : Client = Client.instance)
#