Packagecom.distriqt.extension.applesignin
Classpublic class AppleIDCredentialState
InheritanceAppleIDCredentialState Inheritance Object



Public Methods
 MethodDefined By
  
AppleIDCredentialState
Public Constants
 ConstantDefined By
  AUTHORIZED : String = authorized
[static] The user ID is in good state
AppleIDCredentialState
  NOT_FOUND : String = not_found
[static] The user ID was not found
AppleIDCredentialState
  REVOKED : String = revoked
[static] The user ID was revoked by the user
AppleIDCredentialState
  TRANSFERRED : String = transferred
[static]
AppleIDCredentialState
Constructor Detail
AppleIDCredentialState()Constructor
public function AppleIDCredentialState()



Constant Detail
AUTHORIZEDConstant
public static const AUTHORIZED:String = authorized

The user ID is in good state

NOT_FOUNDConstant 
public static const NOT_FOUND:String = not_found

The user ID was not found

REVOKEDConstant 
public static const REVOKED:String = revoked

The user ID was revoked by the user

TRANSFERREDConstant 
public static const TRANSFERRED:String = transferred