keycloakapi
Toggle table of contents
0.2.76-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
keycloakapi
keycloakapi
/
de.klg71.keycloakmigration.keycloakapi.model
/
ResetPassword
Reset
Password
data
class
ResetPassword
(
val
value
:
String
,
val
temporary
:
Boolean
=
false
,
val
type
:
String
=
"Password"
)
Members
Constructors
Reset
Password
Link copied to clipboard
constructor
(
value
:
String
,
temporary
:
Boolean
=
false
,
type
:
String
=
"Password"
)
Properties
temporary
Link copied to clipboard
val
temporary
:
Boolean
=
false
type
Link copied to clipboard
val
type
:
String
value
Link copied to clipboard
val
value
:
String