| Package | Description |
|---|---|
| com.fangcloud.sdk.auth |
| Modifier and Type | Method and Description |
|---|---|
static YfyWebAuth.Request.Builder |
YfyWebAuth.Request.newBuilder()
Returns a new request builder with default values (e.g. no redirect).
|
static YfyWebAuth.Request.Builder |
YfyWebAuth.newRequestBuilder()
Returns a new request builder with default values (e.g. no redirect).
|
YfyWebAuth.Request.Builder |
YfyWebAuth.Request.Builder.withNoRedirect()
Do not redirect the user after authorization has completed (default).
|
YfyWebAuth.Request.Builder |
YfyWebAuth.Request.Builder.withRedirectUri(String redirectUri,
YfySessionStore sessionStore)
Where to redirect the user after authorization has completed.
|
YfyWebAuth.Request.Builder |
YfyWebAuth.Request.Builder.withState(String state)
Up to 476 bytes of arbitrary data that will be passed back to your redirect URI.
|
Copyright © 2018 YiFangYun. All rights reserved.