IdentitySourceDetails

data class IdentitySourceDetails(val clientIds: List<String>? = null, val discoveryUrl: String? = null, val openIdIssuer: IdentitySourceOpenIdIssuer? = null, val userPoolArn: String? = null)

Constructors

Link copied to clipboard
constructor(clientIds: List<String>? = null, discoveryUrl: String? = null, openIdIssuer: IdentitySourceOpenIdIssuer? = null, userPoolArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientIds: List<String>? = null
Link copied to clipboard
val discoveryUrl: String? = null
Link copied to clipboard
Link copied to clipboard
val userPoolArn: String? = null