See: Description
| Class | Description |
|---|---|
| NoAuthorizer |
Use this class, for use cases where you want no Authorization header
on your requests to the service.
|
| OAuth1ClientCredentialsProvider |
A
ClientCredentialsProvider that injects client credentials by signing
token requests with an OAuth1 signature. |
| OAuth1ClientCredentialsProvider.FromFile |
An
OAuth1ClientCredentialsProvider.FromProperties that pulls credential values from the specified File. |
| OAuth1ClientCredentialsProvider.FromProperties |
An
OAuth1ClientCredentialsProvider that pulls credentials values
from the given properties. |
| OAuth1Signer |
Appends the
The OAuth 1.0 Protocol
signature to the HTTP request.
|
| OAuth2Authorizer |
Appends the specified
OAuth2.0 Bearer Token
to the HTTP request.
|
| SignatureCalculator |
Compute OAuth1.0 signature using the given parameters.
|
| Enum | Description |
|---|---|
| SignatureMethod |
enum for signature methods.
|
Copyright © 2021 HERE Europe B.V. All Rights Reserved.