Skip to content

Commit

Permalink
Adding the API docs (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Mar 24, 2020
1 parent 8164c56 commit d0e51a2
Show file tree
Hide file tree
Showing 14 changed files with 15,361 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .idea/RestSharp.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 53 additions & 0 deletions docs/api/RestSharp.Authenticators.OAuth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Namespace: RestSharp.Authenticators.OAuth
## Enum `OAuthSignatureMethod`

### Syntax
```csharp
public enum OAuthSignatureMethod
```

### Fields
Name | Description
--- | ---
HmacSha1 |
HmacSha256 |
PlainText |
RsaSha1 |
## Enum `OAuthSignatureTreatment`

### Syntax
```csharp
public enum OAuthSignatureTreatment
```

### Fields
Name | Description
--- | ---
Escaped |
Unescaped |
## Enum `OAuthParameterHandling`

### Syntax
```csharp
public enum OAuthParameterHandling
```

### Fields
Name | Description
--- | ---
HttpAuthorizationHeader |
UrlOrPostParameters |
## Enum `OAuthType`

### Syntax
```csharp
public enum OAuthType
```

### Fields
Name | Description
--- | ---
RequestToken |
AccessToken |
ProtectedResource |
ClientAuthentication |
Loading

0 comments on commit d0e51a2

Please sign in to comment.