Skip to Content
Anuma SDKReactInternalInterfacesBackupAuthContextValue

BackupAuthContextValue

Defined in: src/react/useBackupAuth.ts:99 

Context value for unified backup authentication

Properties

dropbox

dropbox: ProviderAuthState

Defined in: src/react/useBackupAuth.ts:101 

Dropbox authentication state and methods


googleDrive

googleDrive: ProviderAuthState

Defined in: src/react/useBackupAuth.ts:103 

Google Drive authentication state and methods


hasAnyAuthentication

hasAnyAuthentication: boolean

Defined in: src/react/useBackupAuth.ts:109 

Check if any provider is authenticated


hasAnyProvider

hasAnyProvider: boolean

Defined in: src/react/useBackupAuth.ts:107 

Check if any provider is configured


icloud

icloud: ProviderAuthState

Defined in: src/react/useBackupAuth.ts:105 

iCloud authentication state and methods


logoutAll()

logoutAll: () => Promise<void>

Defined in: src/react/useBackupAuth.ts:111 

Logout from all providers

Returns

Promise<void>

Last updated on