public final class StitchAuthDocRequest extends StitchAuthRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
StitchAuthDocRequest.Builder |
| Constructor and Description |
|---|
StitchAuthDocRequest(StitchAuthRequest request,
Document document) |
StitchAuthDocRequest(StitchRequest request,
Document document) |
| Modifier and Type | Method and Description |
|---|---|
StitchAuthDocRequest.Builder |
builder()
Returns a copy of this request in builder form.
|
boolean |
equals(Object object) |
Document |
getDocument() |
int |
hashCode() |
getShouldRefreshOnFailure, getUseRefreshTokengetBody, getHeaders, getMethod, getPath, getStartedAt, getTimeout, toStringpublic StitchAuthDocRequest(StitchAuthRequest request, Document document)
public StitchAuthDocRequest(StitchRequest request, Document document)
public StitchAuthDocRequest.Builder builder()
StitchAuthRequestbuilder in class StitchAuthRequestpublic Document getDocument()
public boolean equals(Object object)
equals in class StitchAuthRequestpublic int hashCode()
hashCode in class StitchAuthRequest