Variable postExternalAccessConst

postExternalAccess: EndpointGeneric<{}, {
    isolationContext: string;
    launchData: string;
    placeId: number;
}, objectOutputType<{
    additionalInfoPayload: ZodRecord<ZodString, ZodObject<{}, "strip", ZodTypeAny, {}, {}>>;
    authenticationProof: ZodString;
    identityProviderPlatformType: ZodUnion<[ZodLiteral<0>, ZodLiteral<1>, ZodLiteral<2>, ZodLiteral<3>]>;
}, ZodTypeAny, "passthrough">> = ...

POST https://auth.roblox.com/v1/external/access

Signs a user up for Roblox and links the account to the authenticated external provider ID.