reauthenticateWithJwtAsync

abstract fun reauthenticateWithJwtAsync(@NonNull jwt: String): Completable

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

Scheduler:
reauthenticateWithJwtAsync does not operate by default on a particular .

Return

Completable emitting failure when authentication fails and completion when authentication succeeds.

Parameters

jwt

JWT used to authenticate access to the document.