907 bytes added
, 16:31, 4 June 2014
{{Api_Method_Spec|
Description=Renew token authentication. When the first login were made against the GVP, it has 15 minutes duration, so it's should be renewed before this time duration.
|Parameters=
{{Api_Parameter|
ParamName=token
|ParamType=String
|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context and logged user
}}
|Returns=
Returns a JSON object containing an Login object with the new expiration for token.
'''Example:'''
{
: <span style="color: #164;">[[Login]] object</span>,
}
|Exceptions=
|Cache=
This method is not cached.
|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 1.0
{{!}} Initial method design
{{!}} Harley Cabral
{{!}}}
|SeeAlso=
}}