Gaunt Sloth Assistant - v1.4.0
    Preparing search index...

    Interface ResolvedJiraCredentials

    interface ResolvedJiraCredentials {
        cloudId: string;
        displayUrl?: string;
        fullBase64Token?: string;
        token?: string;
        username?: string;
    }
    Index

    Properties

    cloudId: string
    displayUrl?: string
    fullBase64Token?: string
    token?: string
    username?: string