LegacyMicrosoftAccountResponse

data class LegacyMicrosoftAccountResponse(val enabled: Boolean? = null, val login: LoginScopesResponse? = null, val registration: ClientRegistrationResponse? = null, val validation: AllowedAudiencesValidationResponse? = null)

The configuration settings of the legacy Microsoft Account provider.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, login: LoginScopesResponse? = null, registration: ClientRegistrationResponse? = null, validation: AllowedAudiencesValidationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

false if the legacy Microsoft Account provider should not be enabled despite the set registration; otherwise, true.

Link copied to clipboard

The configuration settings of the login flow.

Link copied to clipboard

The configuration settings of the app registration for the legacy Microsoft Account provider.

Link copied to clipboard

The configuration settings of the legacy Microsoft Account provider token validation flow.