\BrowserDevice

Implements the support to register browsers as clients on REST-Like API bus.

Used to implement frontend using JavaScript frameworks, like AngularJS.

Summary

Methods
Properties
Constants
isActive()
register()
randomPrivateKey()
validatePrivateKey()
getKeyForRegisteredUser()
registerAccess()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$active
N/A

Properties

$active

$active : 

Type

Methods

isActive()

isActive() 

register()

register(  $user = FALSE,   $validity = 3600) 

Parameters

$user
$validity

randomPrivateKey()

randomPrivateKey() 

validatePrivateKey()

validatePrivateKey(  $pk) 

Parameters

$pk

getKeyForRegisteredUser()

getKeyForRegisteredUser(  $user = FALSE) 

Parameters

$user

registerAccess()

registerAccess(  $user = FALSE) 

Parameters

$user