| Package | Description |
|---|---|
| com.fangcloud.sdk | |
| com.fangcloud.sdk.auth |
| Modifier and Type | Class and Description |
|---|---|
class |
YfyStandardSessionStore
A
YfySessionStore implementation that stores the value using the standard
HttpSession interface from the Java Servlet API. |
| Modifier and Type | Method and Description |
|---|---|
YfyAuthFinish |
YfyWebAuth.finishFromRedirect(String redirectUri,
YfySessionStore sessionStore,
Map<String,String[]> params)
Call this after the user has visited the authorization URL and Fangcloud has redirected them
back to you at the redirect URI.
|
YfyWebAuth.Request.Builder |
YfyWebAuth.Request.Builder.withRedirectUri(String redirectUri,
YfySessionStore sessionStore)
Where to redirect the user after authorization has completed.
|
Copyright © 2017 YiFangYun. All rights reserved.