EndpointAuthToken Class

Endpoint authentication token.

Constuctor for Endpoint authentication token.

Inheritance
azure.ai.ml.entities._mixins.RestTranslatableMixin
EndpointAuthToken

Constructor

EndpointAuthToken(**kwargs: Any)

Keyword-Only Parameters

Name Description
access_token
str

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
str

Access token type.

Variables

Name Description
access_token
str

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
str

Access token type.