UNPKG

@sap-cloud-sdk/connectivity

Version:

SAP Cloud SDK for JavaScript connectivity

6 lines (5 loc) 176 B
import type { JwtPayload } from './jsonwebtoken-type'; /** * @internal */ export declare function getIssuerSubdomain(decodedJwt: JwtPayload | undefined): string | undefined;