Open Id Connect Login Response
data class OpenIdConnectLoginResponse(val nameClaimType: String? = null, val scopes: List<String>? = null)
The configuration settings of the login flow of the custom Open ID Connect provider.