Overview
Theupdate_authentication_settings function updates the authentication configuration for your deployment.
Function Signature
Parameters
Authentication configuration including:
password_enabled: Enable password authenticationmagic_link_enabled: Enable magic link authenticationsocial_providers: List of enabled social providersmfa_enabled: Enable multi-factor authenticationsession_duration: Session duration in seconds
Return Value
ReturnsResult<()> indicating success or failure.
Basic Usage
Error Handling
Rate Limits
- Update operations: 50 requests per minute
- Burst limit: 5 requests per second
Related Functions
- fetch_deployment_settings - Get current settings
- update_display_settings - Update UI settings
- update_b2b_settings - Update B2B configuration
