SAP Cloud SDK for JavaScript - v4.8.0
    Preparing search index...

    Type Alias IasTokenOptions

    IasTokenOptions: IasOptions & CachingOptions & { jwt?: JwtPayload }

    Options for fetching an IAS token via getIasToken.

    Type Declaration

    • Optionaljwt?: JwtPayload

      JWT for tenant context resolution. For technical user flows (OAuth2ClientCredentials), this JWT's app_tid claim is used to determine the current tenant when requestAs is 'current-tenant' (default). Not needed for business user flows (OAuth2JWTBearer) where the assertion provides context.