Auth
https://developers.eventstore.com/clients/dotnet/5.0/security.html#authentication-and-authorization
Auth
Manages authentication/authorization for the client.
Source code in src/eventstore_grpc/core/auth.py
token: str | None
property
Base64 encoded username:passsword.
__init__(username=None, password=None, root_certificate=None)
Initializes the AuthManager.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
username |
str
|
the username. |
None
|
password |
str
|
the password. |
None
|
root_certificate |
str
|
the path to the root certificate. |
None
|