OAuth2HttpResponse

data class OAuth2HttpResponse(val headers: Headers = Headers.headersOf(), val status: Int, val body: String? = null, val bytesBody: ByteArray? = null)

Constructors

Link copied to clipboard
constructor(headers: Headers = Headers.headersOf(), status: Int, body: String? = null, bytesBody: ByteArray? = null)

Properties

Link copied to clipboard
val body: String? = null
Link copied to clipboard
val bytesBody: ByteArray? = null
Link copied to clipboard
val headers: Headers
Link copied to clipboard
val status: Int

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int