GetTokenType
PowerScript function
Description
Gets the access token type returned by the authorization
server.
Applies to
Syntax
|
1 |
objectname.GetTokenType ( ) |
|
Argument |
Description |
|---|---|
|
objectname |
A reference to the TokenResponse object in which you want |
Return value
String.
Returns the access token type if it succeeds and empty string (“”)
if an error occurs.
Examples
The following example shows the use of the GetTokenType function to
get the token type:
|
1 2 3 4 |
string ls_tokentype TokenResponse lnv_TokenResponse ls_tokentype = lnv_TokenResponse.gettokentype( ) |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest