Interface EndpointAuthToken


  • public interface EndpointAuthToken
    An immutable client-side representation of EndpointAuthToken.
    • Method Detail

      • accessToken

        String accessToken()
        Gets the accessToken property: Access token for endpoint authentication.
        Returns:
        the accessToken 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.
      • tokenType

        String tokenType()
        Gets the tokenType property: Access token type.
        Returns:
        the tokenType value.
      • innerModel

        EndpointAuthTokenInner innerModel()
        Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.EndpointAuthTokenInner object.
        Returns:
        the inner object.