namespace AppleAuth.Interfaces { public interface ICredential { /// /// An identifier associated with the authenticated user /// string User { get; } } }