WFMOAuthService.RefreshToken Method

Refreshes the access token
Public Function RefreshToken( _ 
ByVal parameters As WFMOAuthParameters
) As WFMTokenResponse
This language is not supported or no code example is available.
public WFMTokenResponse RefreshToken( 
WFMOAuthParameters parameters 
)
This language is not supported or no code example is available.
public:  
WFMTokenResponse^ RefreshToken( 
WFMOAuthParameters^ parameters 
)
This language is not supported or no code example is available.
public function RefreshToken( 
parameters : WFMOAuthParameters 
) : WFMTokenResponse;
This language is not supported or no code example is available.

Parameters

parameters
WFMOAuthParameters

<default>

Return Value

WFMTokenResponse

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition