AppAuthorizationTenant

data class AppAuthorizationTenant(val tenantDisplayName: String, val tenantIdentifier: String)

Constructors

Link copied to clipboard
constructor(tenantDisplayName: String, tenantIdentifier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The display name of the tenant.

Link copied to clipboard

The ID of the application tenant.