summaryrefslogtreecommitdiff
path: root/src/leap/base/authentication.py
blob: 0bd54fd68422754959dbe92a3774592f215abbca (plain)
1
2
3
4
5
6
7
8
9
10
11
"""
Authentication Base Class
"""

class Authentication(object):
    """
    I have no idea how Authentication (certs,?) will be done, but stub it here.
    """
    pass