Okta Mobile Kotlin SDK
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Okta Mobile Kotlin SDK
auth-foundation
/
com.okta.authfoundation.credential.kmp
/
TokenData
/
copy
copy
common
fun
copy
(
id
:
String
=
this.id
,
refreshToken
:
String
?
=
this.refreshToken
,
deviceSecret
:
String
?
=
this.deviceSecret
)
:
TokenData
Creates a copy with optionally replaced fields.