Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.63 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.63 KB

Login

(auth.login)

Available Operations

sign_in

Log In

Example Usage

from panora_sdk import Panora

s = Panora(
    api_key="<YOUR_API_KEY_HERE>",
)


s.auth.login.sign_in(request={
    "email": "[email protected]",
    "password_hash": "<value>",
})

# Use the SDK ...

Parameters

Parameter Type Required Description
request models.LoginDto ✔️ The request object to use for the request.
retries Optional[utils.RetryConfig] Configuration to override the default retry behavior of the client.

Errors

Error Object Status Code Content Type
models.SDKError 4xx-5xx /