signUpWithEnterpriseSso

Signs up with Enterprise SSO.

Return

A ClerkResult containing the OAuthResult on success, or a ClerkErrorResponse on failure.

Example usage:

val result = clerk.auth.signUpWithEnterpriseSso { email = "user@company.com" }

Parameters

block

Builder block to configure the Enterprise SSO options.