Apple constructor
Apple(
- Config _config,
- Attestation _attestation
Creates a new Email authentication handler.
This constructor is typically called internally by the Auth class and should not be used directly in application code.
Parameters
_config: The SDK configuration containing API endpoints and settings_attestation: The attestation service for device verification
Implementation
Apple(this._config, this._attestation);