set_tokens_and_client_info(
self,
tokens: OAuthToken,
client_info: OAuthClientInformationFull
) -> NonePersist tokens and client info in a single atomic write.
Prevents the state where one call succeeds and the other fails, leaving an orphan on disk.