@dvelop-sdk
Preparing search index...
identityprovider
AppSession
Interface AppSession
AppSession which will be postet to your app after using the
requestAppSession
-function.
interface
AppSession
{
authSessionId
:
string
;
expire
:
string
;
sign
:
string
;
}
Index
Properties
auth
Session
Id
expire
sign
Properties
auth
Session
Id
authSessionId
:
string
expire
expire
:
string
sign
sign
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
Session
Id
expire
sign
@dvelop-sdk
Loading...
AppSession which will be postet to your app after using the requestAppSession-function.