ServerContext

@Serializable
@SerialName(value = "servercontext")
data class ServerContext(val serverContext: String) : ArcGISCredentialStore.Key

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

Since

200.1.0

See also

Constructors

Link copied to clipboard
constructor(serverContext: String)

Properties

Link copied to clipboard

the server context used as the key

Inherited functions

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

Convert an object to JSON string.