summaryrefslogtreecommitdiff
path: root/src/leap/base/authentication.py
blob: 09ff1d078c4df0c2d063626f9bcbe6459745b97d (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