Skip to content

Commit a9397a9

Browse files
removed hasidentity
1 parent b53d79f commit a9397a9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/sdkBase.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -185,14 +185,6 @@ export abstract class SdkBase {
185185
return !this.isIdentityAvailable();
186186
}
187187

188-
/**
189-
* @deprecated in version 3.10.0. Will remove in June 2025. Use isIdentityAvailable() instead.
190-
**/
191-
public hasIdentity() {
192-
if (!this._initComplete) return undefined;
193-
return !(this.isIdentityValid() || this._apiClient?.hasActiveRequests());
194-
}
195-
196188
public isIdentityAvailable() {
197189
return this.isIdentityValid() || this._apiClient?.hasActiveRequests();
198190
}

0 commit comments

Comments
 (0)