예제 #1
0
def teams():
    """Redirect the to the Slack team authentication url."""
    return redirect(auth.get_redirect('team'))
예제 #2
0
def authenticate():
    """Redirect to generated Slack user authentication url."""
    return redirect(auth.get_redirect())
예제 #3
0
def teams():
    ''' Redirect the to the Slack team authentication url
    '''
    return redirect(auth.get_redirect('team'))
예제 #4
0
def authenticate():
    ''' Redirect to generated Slack user authentication url
    '''
    return redirect(auth.get_redirect())
예제 #5
0
def teams():
    """Redirect the to the Slack team authentication url."""
    return redirect(auth.get_redirect('team'))
예제 #6
0
def authenticate():
    """Redirect to generated Slack user authentication url."""
    return redirect(auth.get_redirect())