AzureStaticWebAppsRegistrationResponse

data class AzureStaticWebAppsRegistrationResponse(val clientId: String? = null)

The configuration settings of the registration for the Azure Static Web Apps provider

Constructors

Link copied to clipboard
constructor(clientId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

The Client ID of the app used for login.