Packagecom.distriqt.extension.facebook.login
Classpublic class AuthenticationToken
InheritanceAuthenticationToken Inheritance Object

Represent an AuthenticationToken used for a login attempt. The current authentication token can be used to verify an authentication attempt.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
AuthenticationToken
Property Detail
graphDomainproperty
public var graphDomain:String

The graph domain where the user is authenticated

nonceproperty 
public var nonce:String

The nonce from the decoded authentication response

tokenproperty 
public var token:String

The raw token string from the authentication response

Constructor Detail
AuthenticationToken()Constructor
public function AuthenticationToken()