auth.py 127 Bytes
from floraconcierge.shortcuts import get_apiclient


def get_token(id):
    return get_apiclient().services.auth.get_token(id)