Variable getSocialConnectedProvidersConst

getSocialConnectedProviders: EndpointGeneric<{}, {
    providers: {
        identifier: string;
        provider: string;
    }[];
}, any> = ...

GET https://auth.roblox.com/v1/social/connected-providers

Get social network user information if the given social auth method is connected to current user.