Skip to content

Commit

Permalink
Added support for intuit_name scope for Oauth1 to Oauth2 migration apps
Browse files Browse the repository at this point in the history
  • Loading branch information
nimisha84 committed Feb 21, 2019
1 parent 9ae345a commit bcb63ab
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ public enum OidcScopes:int
[StringValue("com.intuit.quickbooks.payroll.timetracking")]
PayrollTimetracking = 9,
[StringValue("com.intuit.quickbooks.payroll.benefits")]
PayrollBenefits = 10
PayrollBenefits = 10,
[StringValue("intuit_name")]
IntuitName = 11



Expand Down

0 comments on commit bcb63ab

Please sign in to comment.