Skip to content

Commit 8b879e0

Browse files
committed
Authenticators v2.0.4
1 parent 9b267c9 commit 8b879e0

12 files changed

+9
-9
lines changed

Excel-REST - Blank.xlsm

30.8 KB
Binary file not shown.

authenticators/DigestAuthenticator.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88
Attribute VB_PredeclaredId = False
99
Attribute VB_Exposed = False
1010
''
11-
' Digest Authenticator v2.0.3
11+
' Digest Authenticator v2.0.4
1212
' (c) Tim Hall - https://github.com/timhall/Excel-REST
1313
'
1414
' Custom IAuthenticator for Digest Authentication

authenticators/EmptyAuthenticator.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88
Attribute VB_PredeclaredId = False
99
Attribute VB_Exposed = False
1010
''
11-
' Base for setting up authenticator v2.0.3
11+
' Base for setting up authenticator v2.0.4
1212
'
1313
' @implements: IAuthenticator v3.*
1414
' @author:

authenticators/FacebookAuthenticator.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88
Attribute VB_PredeclaredId = False
99
Attribute VB_Exposed = True
1010
''
11-
' Facebook Authenticator v2.0.3
11+
' Facebook Authenticator v2.0.4
1212
' (c) Tim Hall - https://github.com/timhall/Excel-REST
1313
'
1414
' Custom IAuthenticator for Facebook OAuth

authenticators/GoogleAuthenticator.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88
Attribute VB_PredeclaredId = False
99
Attribute VB_Exposed = True
1010
''
11-
' Google Authenticator v2.0.3
11+
' Google Authenticator v2.0.4
1212
' (c) Tim Hall - https://github.com/timhall/Excel-REST
1313
'
1414
' Custom IAuthenticator for "installed application" authentication for Google APIs

authenticators/HttpBasicAuthenticator.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88
Attribute VB_PredeclaredId = False
99
Attribute VB_Exposed = True
1010
''
11-
' HttpBasicAuthenticator v2.0.3
11+
' HttpBasicAuthenticator v2.0.4
1212
' (c) Tim Hall - https://github.com/timhall/Excel-REST
1313
'
1414
' Utilize http basic authentication

authenticators/OAuth1Authenticator.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88
Attribute VB_PredeclaredId = False
99
Attribute VB_Exposed = True
1010
''
11-
' OAuth1 Authenticator v2.0.3
11+
' OAuth1 Authenticator v2.0.4
1212
' (c) Tim Hall - https://github.com/timhall/Excel-REST
1313
'
1414
' Utilize OAuth1 authentication

authenticators/OAuth2Authenticator.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88
Attribute VB_PredeclaredId = False
99
Attribute VB_Exposed = True
1010
''
11-
' OAuth2 Authenticator v2.0.3
11+
' OAuth2 Authenticator v2.0.4
1212
' (c) Tim Hall - https://github.com/timhall/Excel-REST
1313
'
1414
' Utilize OAuth2 authentication

authenticators/TwitterAuthenticator.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88
Attribute VB_PredeclaredId = False
99
Attribute VB_Exposed = False
1010
''
11-
' Twitter Authenticator v2.0.3
11+
' Twitter Authenticator v2.0.4
1212
' (c) Tim Hall - https://github.com/timhall/Excel-REST
1313
'
1414
' Custom IAuthenticator for application-only authentication in Twitter's V1.1 REST API

examples/Excel-REST - Example.xlsm

-462 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)