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);
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.