public interface UnpackedRequest
| Modifier and Type | Interface and Description |
|---|---|
static class |
UnpackedRequest.OAuth1Request |
static class |
UnpackedRequest.OAuth1RequestBase |
static class |
UnpackedRequest.OAuth1RequestHelper
The companion object's apply method produces an OAuth1Request instance by
passing the request details into a Normalizer to produce the normalized
request.
|
static class |
UnpackedRequest.OAuth1TwoLeggedRequest
models an OAuth 1.0a request.
|
static class |
UnpackedRequest.OAuth2Request
models an OAuth 2.0 rev 25 request.
|
static interface |
UnpackedRequest.OAuthRequest
Both OAuth 1.0a and 2.0 requests have access tokens,
so it's convenient to combine them into a single trait
|
static class |
UnpackedRequest.UnknownRequest |
| Modifier and Type | Field and Description |
|---|---|
static UnpackedRequest.OAuth1RequestHelper |
O_AUTH_1_REQUEST_HELPER |
| Modifier and Type | Method and Description |
|---|---|
Request.ParsedRequest |
parsedRequest() |
static final UnpackedRequest.OAuth1RequestHelper O_AUTH_1_REQUEST_HELPER
Request.ParsedRequest parsedRequest()
Copyright © 2019. All Rights Reserved.