Skip to content

Commit 80cd478

Browse files
Updated Oauth2 class with Refresh Token workflow
Added an interactive Gitlab OAuth example with instructions for first-time user.
1 parent aedba7d commit 80cd478

29 files changed

Lines changed: 25 additions & 5 deletions

Oauth2.0.lvproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<Project Type="Project" LVVersion="13008000">
33
<Property Name="NI.LV.All.SourceOnly" Type="Bool">true</Property>
4+
<Property Name="NI.Project.Description" Type="Str"></Property>
45
<Item Name="My Computer" Type="My Computer">
56
<Property Name="NI.SortType" Type="Int">3</Property>
67
<Property Name="server.app.propertiesEnabled" Type="Bool">true</Property>
@@ -101,6 +102,7 @@
101102
<Item Name="GregorianCal_MonthLengths.vi" Type="VI" URL="/&lt;vilib&gt;/LabVIEW Open Source Project/Epoch Date &amp; Time/GregorianCal_MonthLengths.vi"/>
102103
<Item Name="ISO8601 DateString to Timestamp.vi" Type="VI" URL="/&lt;vilib&gt;/LabVIEW Open Source Project/Epoch Date &amp; Time/formatter.iso8601/ISO8601 DateString to Timestamp.vi"/>
103104
<Item Name="Unix Time to Timestamp.vi" Type="VI" URL="/&lt;vilib&gt;/LabVIEW Open Source Project/Epoch Date &amp; Time/epoch.UNIX/Unix Time to Timestamp.vi"/>
105+
<Item Name="OpenConvert.lvlib" Type="Library" URL="/&lt;vilib&gt;/LabVIEW Open Source Project/Data Manipulation/Conversions/OpenConvert.lvlib"/>
104106
</Item>
105107
</Item>
106108
<Item Name="Build Specifications" Type="Build"/>
148 Bytes
Binary file not shown.

source/Oauth2/Authorize.vi

464 Bytes
Binary file not shown.

source/Oauth2/Configure OAuth.vi

764 Bytes
Binary file not shown.
-204 Bytes
Binary file not shown.
188 Bytes
Binary file not shown.

source/Oauth2/Oauth2.lvclass

Lines changed: 23 additions & 5 deletions
Large diffs are not rendered by default.

source/Oauth2/Read AccessToken.vi

-200 Bytes
Binary file not shown.

source/Oauth2/Read Client ID.vi

-192 Bytes
Binary file not shown.
-200 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)