• Convienience function to provide Studio specific login functions defaulting the url Studio endpoint.

    Parameters

    • username: string

      the username of the user to log in

    • password: string

      the password of the user to log in

    Returns Promise<null | KosServiceResponse<LoginResponse>>

    a login response with the token of the logged in user

    See

    login