Key

@Serializable
sealed class Key : JsonSerializable

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

Since

200.1.0

Inheritors

Types

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

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

Link copied to clipboard
@Serializable
@SerialName(value = "url")
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.