(auth.login)
- sign_in - Log In
Log In
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 ...
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. |
Error Object | Status Code | Content Type |
---|---|---|
models.SDKError | 4xx-5xx | / |