AppleResponse

data class AppleResponse(val enabled: Boolean? = null, val login: LoginScopesResponse? = null, val registration: AppleRegistrationResponse? = null)

The configuration settings of the Apple provider.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

false if the Apple 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 Apple registration.