Skip to content

Commit d0e51a2

Browse files
committed
Adding the API docs (test)
1 parent 8164c56 commit d0e51a2

14 files changed

+15361
-0
lines changed

.idea/RestSharp.iml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Namespace: RestSharp.Authenticators.OAuth
2+
## Enum `OAuthSignatureMethod`
3+
4+
### Syntax
5+
```csharp
6+
public enum OAuthSignatureMethod
7+
```
8+
9+
### Fields
10+
Name | Description
11+
--- | ---
12+
HmacSha1 |
13+
HmacSha256 |
14+
PlainText |
15+
RsaSha1 |
16+
## Enum `OAuthSignatureTreatment`
17+
18+
### Syntax
19+
```csharp
20+
public enum OAuthSignatureTreatment
21+
```
22+
23+
### Fields
24+
Name | Description
25+
--- | ---
26+
Escaped |
27+
Unescaped |
28+
## Enum `OAuthParameterHandling`
29+
30+
### Syntax
31+
```csharp
32+
public enum OAuthParameterHandling
33+
```
34+
35+
### Fields
36+
Name | Description
37+
--- | ---
38+
HttpAuthorizationHeader |
39+
UrlOrPostParameters |
40+
## Enum `OAuthType`
41+
42+
### Syntax
43+
```csharp
44+
public enum OAuthType
45+
```
46+
47+
### Fields
48+
Name | Description
49+
--- | ---
50+
RequestToken |
51+
AccessToken |
52+
ProtectedResource |
53+
ClientAuthentication |

0 commit comments

Comments
 (0)