| Package | com.distriqt.extension.applesignin |
| Class | public class AppleIDCredentialState |
| Inheritance | AppleIDCredentialState Object |
| Method | Defined By | ||
|---|---|---|---|
| AppleIDCredentialState | |||
| Constant | Defined 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 | ||
| AppleIDCredentialState | () | Constructor |
public function AppleIDCredentialState()| AUTHORIZED | Constant |
public static const AUTHORIZED:String = authorizedThe user ID is in good state
| NOT_FOUND | Constant |
public static const NOT_FOUND:String = not_foundThe user ID was not found
| REVOKED | Constant |
public static const REVOKED:String = revokedThe user ID was revoked by the user
| TRANSFERRED | Constant |
public static const TRANSFERRED:String = transferred