示例#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())