OpenIdConnectLoginResponse

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.

Constructors

Link copied to clipboard
constructor(nameClaimType: String? = null, scopes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nameClaimType: String? = null

The name of the claim that contains the users name.

Link copied to clipboard
val scopes: List<String>? = null

A list of the scopes that should be requested while authenticating.