Sha256: 36453cd521acd4b6a4048544ced4fdcc4833e8167d71c6cb957243c0bc806451
Contents?: true
Size: 1.69 KB
Versions: 4
Compression:
Stored size: 1.69 KB
Contents
ó {r Qc @ sF d Z d d l m Z d e f d YZ d e f d YZ d S( sA Defines an interface which all Auth handlers need to implement. i˙˙˙˙( t Plugint NotReadyToAuthenticatec B s e Z RS( ( t __name__t __module__( ( ( s4 /tmp/tmp.yUYbTOKr8o/gsutil/boto/boto/auth_handler.pyR s t AuthHandlerc B s e Z g Z d Z d Z RS( c C s d S( sÇ Constructs the handlers. :type host: string :param host: The host to which the request is being sent. :type config: boto.pyami.Config :param config: Boto configuration. :type provider: boto.provider.Provider :param provider: Provider details. Raises: NotReadyToAuthenticate: if this handler is not willing to authenticate for the given provider and config. N( ( t selft hostt configt provider( ( s4 /tmp/tmp.yUYbTOKr8o/gsutil/boto/boto/auth_handler.pyt __init__# s c C s d S( s½ Invoked to add authentication details to request. :type http_request: boto.connection.HTTPRequest :param http_request: HTTP request that needs to be authenticated. N( ( R t http_request( ( s4 /tmp/tmp.yUYbTOKr8o/gsutil/boto/boto/auth_handler.pyt add_auth4 s ( R R t capabilityR R ( ( ( s4 /tmp/tmp.yUYbTOKr8o/gsutil/boto/boto/auth_handler.pyR s N( t __doc__t pluginR t ExceptionR R ( ( ( s4 /tmp/tmp.yUYbTOKr8o/gsutil/boto/boto/auth_handler.pyt <module> s
Version data entries
4 entries across 4 versions & 2 rubygems