refactor: native feature management (#2350)
This commit is contained in:
@@ -15,6 +15,7 @@ export interface SessionsClientInterface {
|
||||
isSignedIn(): boolean
|
||||
get userUuid(): string
|
||||
getSureUser(): User
|
||||
isSignedIntoFirstPartyServer(): boolean
|
||||
|
||||
isCurrentSessionReadOnly(): boolean | undefined
|
||||
register(email: string, password: string, ephemeral: boolean): Promise<UserRegistrationResponseBody>
|
||||
|
||||
Reference in New Issue
Block a user