EndpointAuthToken Class
Endpoint authentication token.
Constuctor for Endpoint authentication token.
- Inheritance
-
azure.ai.ml.entities._mixins.RestTranslatableMixinEndpointAuthToken
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. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python