Argo CD API Client
    Preparing search index...

    Interface ArgoCdSession

    Session response returned by Argo CD.

    interface ArgoCdSession {
        token: string;
    }
    Index

    Properties

    Properties

    token: string

    JWT returned by Argo CD for API authentication.