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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python