Okta Mobile Kotlin SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Okta Mobile Kotlin SDK
web-authentication-ui
/
com.okta.webauthenticationui
/
WebAuthentication
/
FlowCancelledException
Flow
Cancelled
Exception
class
FlowCancelledException
:
Exception
Used in a
OAuth2ClientResult.Error.exception
.
Indicates the requested flow was cancelled.
Members
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?