@interface ECExternalAuthScheme : ECAuthScheme @property (class, readonly) ECExternalAuthScheme *externalAuthScheme; + (id)allocWithZone:(struct _NSZone { } *)a0; - (BOOL)requiresUsername; - (BOOL)requiresPassword; - (void)dealloc; - (id)name; - (id)humanReadableName; - (unsigned int)applescriptScheme; - (id)supportedSASLMechanisms; @end