Click or drag to resize
ParticleCloudRefreshTokenAsync Method
Refreshes the access token asynchronous.

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public Task<Result> RefreshTokenAsync()

Return Value

Type: TaskResult
The results of the request to refresh the token
See Also