ConsentLinkDefinitionResponse

data class ConsentLinkDefinitionResponse(val displayName: String? = null, val firstPartyLoginUri: String? = null, val link: String? = null, val status: String? = null)

A consent link

Constructors

Link copied to clipboard
constructor(displayName: String? = null, firstPartyLoginUri: String? = null, link: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

Display name of the parameter in the connection provider's OAuth settings

Link copied to clipboard

URI for first party login

Link copied to clipboard
val link: String? = null

URI for the consent link

Link copied to clipboard
val status: String? = null

Status of the link