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

    This is copied from @types/jsonwebtoken.

    interface JwtPayload {
        aud?: string | string[];
        exp?: number;
        iat?: number;
        iss?: string;
        jti?: string;
        nbf?: number;
        sub?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    aud?: string | string[]
    exp?: number
    iat?: number
    iss?: string
    jti?: string
    nbf?: number
    sub?: string

    Standard claims https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.

    Copyright Ⓒ 2025 SAP SE or an SAP affiliate company. All rights reserved.