Key

@Serializable
data class Key : JsonSerializable

The key used to look up a NetworkCredential in a NetworkCredentialStore.

Since

200.0.0

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

a host name, will always be lower-cased to allow case-insensitive credential look ups

Link copied to clipboard

the NetworkAuthenticationType associated with the stored NetworkCredential

Functions

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

Convert an object to JSON string.