Package | com.distriqt.extension.facebookapi.accountkit |
Class | public class ResponseType |
Inheritance | ResponseType ![]() |
Method | Defined By | ||
---|---|---|---|
Constructor
| ResponseType |
Constant | Defined By | ||
---|---|---|---|
ACCESS_TOKEN : String = accessToken [static]
Indicates that the requested response type is an access token. | ResponseType | ||
AUTHORISATION_CODE : String = authorisationCode [static]
Indicates that the requested response type is an authorization
code that can be exchanged for an access token. | ResponseType |
ResponseType | () | Constructor |
public function ResponseType()
Constructor
ACCESS_TOKEN | Constant |
public static const ACCESS_TOKEN:String = accessToken
Indicates that the requested response type is an access token.
AUTHORISATION_CODE | Constant |
public static const AUTHORISATION_CODE:String = authorisationCode
Indicates that the requested response type is an authorization code that can be exchanged for an access token.