nexus-agents - v2.80.0
    Preparing search index...

    Interface ScmToken

    Resolved SCM token with metadata.

    interface ScmToken {
        value: string;
        strategy: TokenStrategy;
        platform: ScmPlatform;
    }
    Index

    Properties

    value: string

    The raw token value

    strategy: TokenStrategy

    How the token was resolved

    platform: ScmPlatform

    SCM platform this token is for