Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/sentry/identity/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ def __init__(self, **config):
self.config = config
self.logger = logging.getLogger('sentry.identity.%s'.format(self.key))

def get_pipeline(self):
"""
Return a list of AuthView instances representing the authentication
pipeline for this provider.
"""
raise NotImplementedError

def build_identity(self, state):
"""
Return a mapping containing the identity information.
Expand Down