GetRefreshToken
PowerScript function
Description
Gets the refresh token returned by the authorization server.
Applies to
TokenResponse objects
Syntax
|
1 |
objectname.GetRefreshToken ( ) |
|
Argument |
Description |
|---|---|
|
objectname |
A reference to the TokenResponse object in which you want |
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:
|
1 2 3 4 |
string ls_refreshtoken TokenResponse lnv_TokenResponse ls_refreshtoken = lnv_TokenResponse.getrefreshtoken() |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest