示例#1
0
 def __init__(self, config, flow=None):
     BaseAdapter.__init__(self, config, DeviantArtAuthorizationRequestFlow)
示例#2
0
 def __init__(self, config, flow = None):
         BaseAdapter.__init__(self, config, GoogleAuthorizationRequestFlow)
示例#3
0
 def __init__(self, config, flow = None):
     BaseAdapter.__init__(self, config, FacebookAuthorizationRequestFlow)
示例#4
0
 def __init__(self, config, flow=None):
     BaseAdapter.__init__(self, config, StackExchangeAuthorizationRequestFlow)
示例#5
0
 def __init__(self, config, flow = None):
     BaseAdapter.__init__(self, config, FoursquareAuthorizationRequestFlow)
示例#6
0
 def __init__(self, config, flow=None, service=None):
     BaseAdapter.__init__(self, get_config(), flow=flow, service=service)