VerifiedAccessTrustProviderDeviceOptions

data class VerifiedAccessTrustProviderDeviceOptions(val publicSigningKeyUrl: String? = null, val tenantId: String? = null)

The options for device identity based trust providers.

Constructors

Link copied to clipboard
constructor(publicSigningKeyUrl: String? = null, tenantId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

URL Verified Access will use to verify authenticity of the device tokens.

Link copied to clipboard
val tenantId: String? = null

The ID of the tenant application with the device-identity provider.