from office365.sharepoint.entity import Entity


class Authentication(Entity):
    """
    Exposes relationships that represent the authentication methods.
    """

    pass
