RequestObject

data class RequestObject(val client: ClientId? = null, val redirectUri: Uri? = null, val audience: List<String> = emptyList(), val issuer: String? = null, val scope: List<String> = emptyList(), val responseMode: ResponseMode? = null, val responseType: ResponseType? = null, val state: State? = null, val nonce: Nonce? = null, val magAge: Long? = null, val expiry: Long? = null, val claims: Claims = Claims())

Constructors

Link copied to clipboard
constructor(client: ClientId? = null, redirectUri: Uri? = null, audience: List<String> = emptyList(), issuer: String? = null, scope: List<String> = emptyList(), responseMode: ResponseMode? = null, responseType: ResponseType? = null, state: State? = null, nonce: Nonce? = null, magAge: Long? = null, expiry: Long? = null, claims: Claims = Claims())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val client: ClientId? = null
Link copied to clipboard
val expiry: Long? = null
Link copied to clipboard
val issuer: String? = null
Link copied to clipboard
val magAge: Long? = null
Link copied to clipboard
val nonce: Nonce? = null
Link copied to clipboard
val redirectUri: Uri? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: State? = null