net.netheos.pcsapi.oauth
Class OAuth2
java.lang.Object
net.netheos.pcsapi.oauth.OAuth2
public class OAuth2
- extends Object
Common keys used by OAuth2 protocol
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLIENT_ID
public static final String CLIENT_ID
- See Also:
- Constant Field Values
CLIENT_SECRET
public static final String CLIENT_SECRET
- See Also:
- Constant Field Values
RESPONSE_TYPE
public static final String RESPONSE_TYPE
- See Also:
- Constant Field Values
CODE
public static final String CODE
- See Also:
- Constant Field Values
REDIRECT_URI
public static final String REDIRECT_URI
- See Also:
- Constant Field Values
SCOPE
public static final String SCOPE
- See Also:
- Constant Field Values
GRANT_TYPE
public static final String GRANT_TYPE
- See Also:
- Constant Field Values
AUTHORIZATION_CODE
public static final String AUTHORIZATION_CODE
- See Also:
- Constant Field Values
REFRESH_TOKEN
public static final String REFRESH_TOKEN
- See Also:
- Constant Field Values
STATE
public static final String STATE
- See Also:
- Constant Field Values
OAuth2
public OAuth2()
Copyright © 2014. All Rights Reserved.