getToken
abstract suspend 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 not found.
Parameters
id
id of the token to be retrieved.