Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / oa2 / views.py @ 96b58530

History | View | Annotate | Download (249 Bytes)

1
"""
2
"""
3

    
4
from django.http import HttpResponse
5
from collections import namedtuple
6

    
7

    
8
class ClientBase(object):
9

    
10
    def auth_methods(self):
11
        pass
12

    
13

    
14
def authorize(request):
15
    pass
16

    
17
def token(request):
18
    pass
19

    
20
def redirect(request):
21
    pass