vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface AuthProviderMetadata

    interface AuthProviderMetadata {
        appleTeam?: string;
        authorizeUrl?: string;
        consumerKey?: string;
        consumerSecret?: string;
        controlPlane?: null | MuleSoftControlPlane;
        customMetadataTypeRecord?: string;
        defaultScopes?: string;
        ecKey?: string;
        errorUrl?: string;
        executionUser?: string;
        friendlyName: string;
        fullName?: string;
        iconUrl?: string;
        idTokenIssuer?: string;
        includeOrgIdInIdentifier?: boolean;
        linkKickoffUrl?: string;
        logoutUrl?: string;
        oauthKickoffUrl?: string;
        plugin?: string;
        portal?: string;
        providerType: AuthProviderType;
        registrationHandler?: string;
        sendAccessTokenInHeader?: boolean;
        sendClientCredentialsInHeader?: boolean;
        sendSecretInApis?: boolean;
        ssoKickoffUrl?: string;
        tokenUrl?: string;
        userInfoUrl?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    appleTeam?: string
    authorizeUrl?: string
    consumerKey?: string
    consumerSecret?: string
    controlPlane?: null | MuleSoftControlPlane
    customMetadataTypeRecord?: string
    defaultScopes?: string
    ecKey?: string
    errorUrl?: string
    executionUser?: string
    friendlyName: string
    fullName?: string
    iconUrl?: string
    idTokenIssuer?: string
    includeOrgIdInIdentifier?: boolean
    linkKickoffUrl?: string
    logoutUrl?: string
    oauthKickoffUrl?: string
    plugin?: string
    portal?: string
    providerType: AuthProviderType
    registrationHandler?: string
    sendAccessTokenInHeader?: boolean
    sendClientCredentialsInHeader?: boolean
    sendSecretInApis?: boolean
    ssoKickoffUrl?: string
    tokenUrl?: string
    userInfoUrl?: string