save

abstract suspend fun save(userToken: UserToken): Result<Unit>

Store or updates the given userToken.

Return

a Result indicating the success or failure of the operation.