Description
Gets the refresh token returned by the authorization server.
Applies to
TokenResponse objects
Syntax
objectname.GetRefreshToken ( )
| 
                                            
                               Argument  | 
                           
                                            
                               Description  | 
                        
|---|---|
| 
                                            
                               objectname  | 
                           
                                            
                               A reference to the TokenResponse object in which you want to get the refresh token.  | 
                        
Return value
String.
Returns the refresh token if it exists.
Examples
The following example shows the use of the GetRefreshToken function to get the refresh token:
string ls_refreshtoken TokenResponse lnv_TokenResponse ls_refreshtoken = lnv_TokenResponse.getrefreshtoken()
See also


