Package version:

Interface AzureStaticWebAppsRegistration

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

interface AzureStaticWebAppsRegistration {
    clientId?: string;
}

Properties

Properties

clientId?: string

The Client ID of the app used for login.