Diff #4 - trunk/docs/classes/admin/listdevices.md Repo: apex/webapp Revision: 4 Filename: trunk/docs/classes/admin/listdevices.md Size: 2,024 bytes Updated By: apex Date Updated: January 20, 2025 at 08:20 DiffFull Code Diff Index: listdevices.md --- listdevices.md (nonexistent) +++ listdevices.md (revision 4) @@ -0,0 +1,74 @@ + +# ArmorUser::listDevices + +### Usage + +> array ArmorUser::listDevices([ string $type = '' ]) + +### Description + +> List devices + +### Parameters + +Parameter | Required | Type | Description +------------- |------------- |------------- |------------- +type | No | string | + +### Return +> array +### See Also + +* activate() +* deactivate() +* delete() +* freeze() +* getActivityLogCount() +* getCreatedAt() +* getEmail() +* getLoginHistoryCount() +* getPassword() +* getPhone() +* getPhoneCountryCode() +* getPhoneFormatted() +* getPhoneNational() +* getRegCity() +* getRegCountry() +* getRegIpAddress() +* getRegLatitude() +* getRegLongitude() +* getRegProvinceISOCode() +* getRegProvinceName() +* getRegUserAgent() +* getTwoFactorFrequency() +* getTwoFactorType() +* getType() +* getUnfreezeAt() +* getUpdatedAt() +* getUsername() +* getUuid() +* hasEmail() +* hasPassword() +* hasPhone() +* hasUsername() +* isActive() +* isDeleted() +* isEmailVerified() +* isFrozen() +* isPending() +* isPhoneVerified() +* listActivityLog() +* listIpAllow() +* listLoginHistory() +* prepare() +* toArray() +* undelete() +* unfreeze() +* updateEmail() +* updatePassword() +* updatePasswordWithMaster() +* updatePhone() +* updateTwoFactor() +* updateUsername() + + Full Code ArmorUser::listDevices Usage array ArmorUser::listDevices([ string $type = '' ]) Description List devices Parameters Parameter Required Type Description type No string Return array See Also activate() deactivate() delete() freeze() getActivityLogCount() getCreatedAt() getEmail() getLoginHistoryCount() getPassword() getPhone() getPhoneCountryCode() getPhoneFormatted() getPhoneNational() getRegCity() getRegCountry() getRegIpAddress() getRegLatitude() getRegLongitude() getRegProvinceISOCode() getRegProvinceName() getRegUserAgent() getTwoFactorFrequency() getTwoFactorType() getType() getUnfreezeAt() getUpdatedAt() getUsername() getUuid() hasEmail() hasPassword() hasPhone() hasUsername() isActive() isDeleted() isEmailVerified() isFrozen() isPending() isPhoneVerified() listActivityLog() listIpAllow() listLoginHistory() prepare() toArray() undelete() unfreeze() updateEmail() updatePassword() updatePasswordWithMaster() updatePhone() updateTwoFactor() updateUsername()