withPersonalAccessToken method

AuthTokenInfoBuilder withPersonalAccessToken()

Implementation

AuthTokenInfoBuilder withPersonalAccessToken() {
  _issuer = 'session';
  _method = 'PAT';
  return this;
}