| Class | Description |
|---|---|
| YfyAuthFinish |
When you successfully complete the authorization process, the Fangcloud server returns
detailed user access information to you.
|
| YfyEnterpriseAuth |
Does the "jwt" flow.
|
| YfyWebAuth |
Does the OAuth 2 "authorization code" flow and "token" flow.
|
| YfyWebAuth.Request |
OAuth web-based authorization flow request.
|
| YfyWebAuth.Request.Builder |
Builder for OAuth2 requests.
|
| Exception | Description |
|---|---|
| YfyWebAuth.BadRequestException |
Thrown when the parameters passed to your redirect URI are not well-formed.
|
| YfyWebAuth.BadStateException |
Thrown if all the parameters to your redirect URI are well-formed, but there's no CSRF token
in the session.
|
| YfyWebAuth.CsrfException |
Thrown if the given 'state' parameter doesn't contain the expected CSRF token.
|
Copyright © 2018 YiFangYun. All rights reserved.