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.util
Package-level
declarations
Types
Types
Aes
Encryption
Handler
Link copied to clipboard
class
AesEncryptionHandler
(
encryptionKeySpec
:
KeyGenParameterSpec
=
defaultEncryptionKeySpec
)
Android
Keystore
Util
Link copied to clipboard
object
AndroidKeystoreUtil
Coalescing
Orchestrator
Link copied to clipboard
class
CoalescingOrchestrator
<
T
:
Any
>
(
factory
:
suspend
(
)
->
T
,
keepDataInMemory
:
(
T
)
->
Boolean
,
awaitListener
:
(
)
->
Unit
?
=
null
)