Skip to content

Commit 5bbb5fc

Browse files
committed
refactor: remove pauseAuthRetries method from Iterable class
1 parent 65cb551 commit 5bbb5fc

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

src/core/classes/Iterable.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -947,22 +947,6 @@ export class Iterable {
947947
);
948948
}
949949

950-
/**
951-
* Pause the authentication retry mechanism.
952-
*
953-
* @param pauseRetry - Whether to pause the authentication retry mechanism
954-
*
955-
* @example
956-
* ```typescript
957-
* Iterable.pauseAuthRetries(true);
958-
* ```
959-
*/
960-
static pauseAuthRetries(pauseRetry: boolean) {
961-
Iterable?.logger?.log('pauseAuthRetries');
962-
963-
RNIterableAPI.pauseAuthRetries(pauseRetry);
964-
}
965-
966950
/**
967951
* Sets up event handlers for various Iterable events.
968952
*

0 commit comments

Comments
 (0)