Okta Mobile Kotlin SDK
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Okta Mobile Kotlin SDK
oauth2
/
com.okta.oauth2.kmp
/
AuthorizationCodeFlowContext
/
AuthorizationCodeFlowContext
Authorization
Code
Flow
Context
common
constructor
(
url
:
String
,
redirectUrl
:
String
,
codeVerifier
:
String
,
state
:
String
,
nonce
:
String
,
maxAge
:
Int
?
)