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.login
/
Login
Login
data
class
Login
(
val
username
:
String
,
val
claims
:
String
?
=
null
)
Members
Constructors
Login
Link copied to clipboard
constructor
(
username
:
String
,
claims
:
String
?
=
null
)
Properties
claims
Link copied to clipboard
val
claims
:
String
?
=
null
username
Link copied to clipboard
val
username
:
String