GoogleResponse

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

The configuration settings of the Google 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 Google 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 Google provider.

Link copied to clipboard

The configuration settings of the Azure Active Directory token validation flow.