signUpWithEnterpriseSso
suspend fun signUpWithEnterpriseSso(block: EnterpriseSsoBuilder.() -> Unit): ClerkResult<OAuthResult, ClerkErrorResponse>
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" }Content copied to clipboard
Parameters
block
Builder block to configure the Enterprise SSO options.