Package | com.distriqt.extension.facebook.login |
Class | public class AuthenticationToken |
Inheritance | AuthenticationToken Object |
Property | Defined By | ||
---|---|---|---|
graphDomain : String
The graph domain where the user is authenticated
| AuthenticationToken | ||
nonce : String
The nonce from the decoded authentication response
| AuthenticationToken | ||
token : String
The raw token string from the authentication response
| AuthenticationToken |
Method | Defined By | ||
---|---|---|---|
AuthenticationToken |
graphDomain | property |
public var graphDomain:String
The graph domain where the user is authenticated
nonce | property |
public var nonce:String
The nonce from the decoded authentication response
token | property |
public var token:String
The raw token string from the authentication response
AuthenticationToken | () | Constructor |
public function AuthenticationToken()