reauthenticateWithJwt

abstract fun reauthenticateWithJwt(@NonNull jwt: String)

Updates the token used to authenticate access to the document with a new JWT. This allows annotations to be synced again after the initial token used to download the document has expired.

Note: This method blocks current thread, waiting for authentication process to complete.

Parameters

jwt

JWT used to authenticate access to the document.