getToken
open suspend override fun getToken(id: String): ERROR CLASS: Symbol not found for Result<com/okta/authfoundation/client/TokenInfo>
Retrieves and decrypts the token with id.
Return
Result.success with the token, or Result.failure with:
NoSuchElementException if the token is not found.
com.okta.authfoundation.credential.kmp.BiometricKeyInvalidatedException (Android only) if the biometric key protecting the token has been permanently invalidated. On Android the token is auto-deleted by default for backward compatibility; inspect the exception for logging or custom handling.
Parameters
id
id of the token to be retrieved.