Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Microsoft
WindowsAzure
MobileServiceClient
Interface MobileServiceClient
Index
Construct signatures
constructor
Properties
applicationKey
applicationUrl
currentUser
Methods
getTable
login
logout
withFilter
Construct signatures
constructor
(
applicationUrl
:
string
, applicationKey
:
string
)
:
MobileServiceClient
Parameters
applicationUrl:
string
applicationKey:
string
Returns
MobileServiceClient
Properties
public
applicationKey
:
string
public
applicationUrl
:
string
public
currentUser
:
User
Methods
public
getTable
(
tableName
:
string
)
:
MobileServiceTable
Parameters
tableName:
string
Returns
MobileServiceTable
public
login
(
provider
:
string
, token
:
string
, callback
:
(error: any, user: Microsoft.WindowsAzure.User) => void
)
Parameters
provider:
string
token:
string
callback:
(error: any, user: Microsoft.WindowsAzure.User) => void
public
login
(
provider
:
string
, token
:
string
)
:
asyncPromise
Parameters
provider:
string
token:
string
Returns
asyncPromise
public
login
(
provider
:
string
, callback
:
(error: any, user: Microsoft.WindowsAzure.User) => void
)
Parameters
provider:
string
callback:
(error: any, user: Microsoft.WindowsAzure.User) => void
public
login
(
provider
:
string
)
:
asyncPromise
Parameters
provider:
string
Returns
asyncPromise
public
logout
(
)
public
withFilter
(
serviceFilter
:
(request: any, next: (request: any, callback: (error: any, response: any) => void) => void, callback: (error: any, response: any) => void) => void
)
:
MobileServiceClient
Parameters
serviceFilter:
(request: any, next: (request: any, callback: (error: any, response: any) => void) => void, callback: (error: any, response: any) => void) => void
Returns
MobileServiceClient
Globals
Microsoft
Microsoft.WindowsAzure
IQuery
MobileServiceClient
constructor
applicationKey
applicationUrl
currentUser
getTable
login
logout
withFilter
MobileServiceTable
User
WindowsAzureStatic
asyncPromise