All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.cosmos.spark.CosmosAccessToken.scala Maven / Gradle / Ivy

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.cosmos.spark

import java.time.OffsetDateTime

/**
 * Class representing access tokens
 * @param token the actual token
 * @param Offset the expiration time of the token
 */
case class CosmosAccessToken(token: String, Offset: OffsetDateTime)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy