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.debugger
/
SessionManager
/
Session
Session
class
Session
(
encryptionKey
:
SecretKey
,
val
request
:
OAuth2HttpRequest
)
Members
Constructors
Session
Link copied to clipboard
constructor
(
encryptionKey
:
SecretKey
,
request
:
OAuth2HttpRequest
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
parameters
Link copied to clipboard
val
parameters
:
MutableMap
<
String
,
String
>
request
Link copied to clipboard
val
request
:
OAuth2HttpRequest
Functions
as
Cookie
Link copied to clipboard
fun
asCookie
(
)
:
String
get
Link copied to clipboard
operator
fun
get
(
key
:
String
)
:
String
put
All
Link copied to clipboard
fun
putAll
(
map
:
Map
<
String
,
String
>
)
set
Link copied to clipboard
operator
fun
set
(
key
:
String
,
value
:
String
)
:
String
?