Okta Mobile Kotlin SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Okta Mobile Kotlin SDK
auth-foundation
/
com.okta.authfoundation.client
/
OAuth2Client
/
tokenRequest
token
Request
suspend
fun
tokenRequest
(
request
:
Request
,
nonce
:
String
?
=
null
,
maxAge
:
Int
?
=
null
,
requestToken
:
Token
?
=
null
)
:
OAuth2ClientResult
<
Token
>