public interface Authorization
| Modifier and Type | Field and Description |
|---|---|
static Authorization |
INVALID
Pre-made invalid authorization object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUserId() |
boolean |
isValid() |
static final Authorization INVALID
String getUserId()
boolean isValid()
true only if the request is validatedCopyright © 2017. All rights reserved.