from office365.sharepoint.entity import Entity


class AppPrincipalIdentityProvider(Entity):
    """Represents an identity provider for app principals."""

    @staticmethod
    def external(context):
        pass
