EndpointAuthToken Class
Endpoint authentication token.
Constuctor for Endpoint authentication token.
Constructor
EndpointAuthToken(**kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
access_token
|
Access token for endpoint authentication. |
expiry_time_utc
|
Access token expiry time (UTC). |
refresh_after_time_utc
|
Refresh access token after time (UTC). |
token_type
|
Access token type. |
Variables
Name | Description |
---|---|
access_token
|
Access token for endpoint authentication. |
expiry_time_utc
|
Access token expiry time (UTC). |
refresh_after_time_utc
|
Refresh access token after time (UTC). |
token_type
|
Access token type. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python