UNPKG

@sap/xssec

Version:

XS Advanced Container Security API for node.js

21 lines 785 B
export = IdentityServiceToken; declare class IdentityServiceToken extends Token { get appTid(): any; /** * Returns the Identity Service APIs consumed by the caller (based on the token's 'ias_apis' claim). * @returns {string[]} The consumed APIs or [] if the caller does not consume any APIs. */ get consumedApis(): string[]; get customIssuer(): string; get issuer(): any; /** * Returns the SCIM id of the user. * @returns {string} The SCIM id or undefined if the token does not contain a SCIM id, e.g. because it is a technical user token. */ get scimId(): string; getAppTID(): any; getCustomIssuer(): string; getZoneId(): any; } import Token = require("./Token"); //# sourceMappingURL=IdentityServiceToken.d.ts.map