Interface EndpointAuthToken
public interface EndpointAuthToken
An immutable client-side representation of EndpointAuthToken.
-
Method Summary
Modifier and TypeMethodDescriptionGets the accessToken property: Access token for endpoint authentication.Gets the expiryTimeUtc property: Access token expiry time (UTC).Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.EndpointAuthTokenInner object.Gets the refreshAfterTimeUtc property: Refresh access token after time (UTC).Gets the tokenType property: Access token type.
-
Method Details
-
accessToken
String accessToken()Gets the accessToken property: Access token for endpoint authentication.- Returns:
- the accessToken value.
-
tokenType
String tokenType()Gets the tokenType property: Access token type.- Returns:
- the tokenType value.
-
expiryTimeUtc
Long expiryTimeUtc()Gets the expiryTimeUtc property: Access token expiry time (UTC).- Returns:
- the expiryTimeUtc value.
-
refreshAfterTimeUtc
Long refreshAfterTimeUtc()Gets the refreshAfterTimeUtc property: Refresh access token after time (UTC).- Returns:
- the refreshAfterTimeUtc value.
-
innerModel
EndpointAuthTokenInner innerModel()Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.EndpointAuthTokenInner object.- Returns:
- the inner object.
-