@dvelop-sdk
    Preparing search index...

    Function getAuthSession

    • Returns an AuthSession based on an API-Key. API-Keys can be generated by d.velop cloud tenant administrators. The AuthSessionId should be kept secret and never be publicly available.

      import { getAuthSession } from "@dvelop-sdk/identityprovider";

      const authSession = await getAuthSession({
      systemBaseUri: "https://monster-ag.d-velop.cloud",
      authSessionId: "dQw4w9WgXcQ"
      });

      console.log(authSession);

      Parameters

      Returns Promise<AuthSession>

    • Returns an AuthSession based on an API-Key. API-Keys can be generated by d.velop cloud tenant administrators. The AuthSessionId should be kept secret and never be publicly available.

      import { getAuthSession } from "@dvelop-sdk/identityprovider";

      const authSession = await getAuthSession({
      systemBaseUri: "https://monster-ag.d-velop.cloud",
      authSessionId: "dQw4w9WgXcQ"
      });

      console.log(authSession);

      Type Parameters

      • T

      Parameters

      Returns Promise<T>