@valon-technologies/gestalt
    Preparing search index...

    Interface ExternalCredentialTokenExchangeDriver

    interface ExternalCredentialTokenExchangeDriver {
        type: string;
        targetPrincipal: string;
        scopes: string[];
        lifetimeSeconds: number;
        endpoint: string;
        params: { [key: string]: string };
    }
    Index

    Properties

    type: string
    targetPrincipal: string
    scopes: string[]
    lifetimeSeconds: number
    endpoint: string
    params: { [key: string]: string }