Merge "Add default body for non-abstract empty methods"
This commit is contained in:
@@ -78,6 +78,7 @@ class BaseAuthPlugin(object):
|
|||||||
:return: A token to use.
|
:return: A token to use.
|
||||||
:rtype: string
|
:rtype: string
|
||||||
"""
|
"""
|
||||||
|
return None
|
||||||
|
|
||||||
def get_headers(self, session, **kwargs):
|
def get_headers(self, session, **kwargs):
|
||||||
"""Fetch authentication headers for message.
|
"""Fetch authentication headers for message.
|
||||||
@@ -137,6 +138,7 @@ class BaseAuthPlugin(object):
|
|||||||
service or None if not available.
|
service or None if not available.
|
||||||
:rtype: string
|
:rtype: string
|
||||||
"""
|
"""
|
||||||
|
return None
|
||||||
|
|
||||||
def invalidate(self):
|
def invalidate(self):
|
||||||
"""Invalidate the current authentication data.
|
"""Invalidate the current authentication data.
|
||||||
|
|||||||
Reference in New Issue
Block a user