CustomLocationAuthentication

data class CustomLocationAuthentication(val type: String? = null, val value: String)

Constructors

Link copied to clipboard
constructor(type: String? = null, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

Specifies the type of authentication.

Link copied to clipboard

Specifies the value of authentication.