mock-oauth2-server
Toggle table of contents
3.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
mock-oauth2-server
mock-oauth2-server
/
no.nav.security.mock.oauth2.http
/
OAuth2HttpResponse
OAuth2Http
Response
data
class
OAuth2HttpResponse
(
val
headers
:
Headers
=
Headers.headersOf()
,
val
status
:
Int
,
val
body
:
String
?
=
null
,
val
bytesBody
:
ByteArray
?
=
null
)
Members
Constructors
OAuth2Http
Response
Link copied to clipboard
constructor
(
headers
:
Headers
=
Headers.headersOf()
,
status
:
Int
,
body
:
String
?
=
null
,
bytesBody
:
ByteArray
?
=
null
)
Properties
body
Link copied to clipboard
val
body
:
String
?
=
null
bytes
Body
Link copied to clipboard
val
bytesBody
:
ByteArray
?
=
null
headers
Link copied to clipboard
val
headers
:
Headers
status
Link copied to clipboard
val
status
:
Int
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int