Types

Link copied to clipboard
@Serializable
data class Request(val clientSecret: String, val email: String, val idAccessToken: String? = null, val idServer: String? = null, val nextLink: String? = null, val sendAttempt: Long)
Link copied to clipboard
@Serializable
data class Response(val sessionId: String, val submitUrl: String? = null)

Properties

Link copied to clipboard
open val requestContentType: ContentType?
Link copied to clipboard
open val responseContentType: ContentType?