Frodo Library - v4.0.0-10
    Preparing search index...

    Type Alias SocialIdpSkeleton

    SocialIdpSkeleton: AmConfigEntityInterface & {
        authenticationIdKey: string;
        authorizationEndpoint: string;
        clientAuthenticationMethod: string;
        clientId: string;
        clientSecret?: string | null;
        clientSecretLabelIdentifier?: string;
        enabled: boolean;
        introspectEndpoint?: string;
        issuerComparisonCheckType: string;
        jwksUriEndpoint?: string;
        jwtEncryptionAlgorithm: string;
        jwtEncryptionMethod: string;
        jwtSigningAlgorithm: string;
        pkceMethod: string;
        privateKeyJwtExpTime: number;
        redirectAfterFormPostURI?: string;
        redirectURI: string;
        responseMode: string;
        revocationCheckOptions: string[];
        scopeDelimiter: string;
        scopes: string[];
        tokenEndpoint: string;
        transform: string;
        uiConfig: Record<string, string>;
        useCustomTrustStore: boolean;
        userInfoEndpoint?: string;
    }