Key

@Serializable
sealed class Key : JsonSerializable

The key used to look up an ArcGISCredential in an ArcGISCredentialStore.

Since

200.1.0

Types

Link copied to clipboard
object Companion
Link copied to clipboard
@Serializable
data class ServerContext(val serverContext: String) : ArcGISCredentialStore.Key

The server context of the ArcGISCredential is used as the key.

Link copied to clipboard
@Serializable
data class Url(val url: String) : ArcGISCredentialStore.Key

The URL of the ArcGISCredential is used as the key.

Functions

Link copied to clipboard
open override fun toJson(): String

Convert an object to JSON string.

Inheritors

Link copied to clipboard
Link copied to clipboard