Jira.js - Jira Cloud API library
    Preparing search index...
    type JWT = {
        expiryTimeSeconds?: number;
        issuer: string;
        secret: string;
    }
    Index

    Properties

    expiryTimeSeconds?: number

    Token expiry time (default 3 minutes after issuing)

    issuer: string

    The key from the app descriptor.

    secret: string

    The sharedsecret key received during the app installation handshake