Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "sdk-identity/src/sdk/extendSession"

Index

Functions

extendSession

  • Returns Promise<UserIdentity | APIErrorResponse>

    A Promise with user info data. When successful, the accessToken in userIdentity will be updated.

    On success (resolves)
    {
        "uuid": "c7e9fed4-bedf-428b-a694-1bbd21721cf7",
        "accessToken": "c7e9fed4bedf428b.a6941bbd21721cf7..."
    }
    On error (throws)
    See documentation for corresponding error codes:
    https://redirector.arcpublishing.com/alc/docs/swagger/?url=./arc-products/arc-identity-v1.json#/Authentication/authToken
    

heartbeat