@salesforce/agents
    Preparing search index...

    Type Alias NamedUserJwtResponse

    type NamedUserJwtResponse = {
        access_token: string;
        api_instance_url: string;
        issued_at: number;
        scope: string;
        token_format: "jwt";
        token_type: "Bearer";
    }
    Index

    Properties

    access_token: string
    api_instance_url: string
    issued_at: number
    scope: string
    token_format: "jwt"
    token_type: "Bearer"