PHP Class SecurityToken

Inheritance: extends SecurityAppModel
Exibir arquivo Open project: sourcefabric/newscoop Class Usage Examples

Public Methods

Method Description
FormParameter ( )
GetToken ( )
JsParameter ( ) : string Formats the javascript object
KeyParameter ( ) : string Get the security key
URLParameter ( )
ValueParameter ( ) : string Get the security value
isValid ( )

Method Details

FormParameter() public static method

public static FormParameter ( )

GetToken() public static method

public static GetToken ( )

JsParameter() public static method

Formats the javascript object
public static JsParameter ( ) : string
return string

KeyParameter() public static method

Get the security key
public static KeyParameter ( ) : string
return string

URLParameter() public static method

public static URLParameter ( )

ValueParameter() public static method

Get the security value
public static ValueParameter ( ) : string
return string

isValid() public static method

public static isValid ( )