MCP TypeScript SDK (V2)
    Preparing search index...

    Result from a successful JWT Authorization Grant token exchange.

    interface JwtAuthGrantResult {
        expiresIn?: number;
        jwtAuthGrant: string;
        scope?: string;
    }
    Index

    Properties

    expiresIn?: number

    Optional expiration time in seconds for the JWT Authorization Grant.

    jwtAuthGrant: string

    The JWT Authorization Grant (ID-JAG) that can be used to request an access token from the MCP server.

    scope?: string

    Optional scope granted by the IdP (may differ from requested scope).