Support Glitlab OAuth authentication
this.GitLabAPI.setToken({ type: 'oauth', value: oauthToken });
this.GitLabAPI.setToken({ type: 'personal', value: accessToken });
backwards compatible taking just the personal access token string
this.GitLabAPI.setToken(accessToken);