Click or drag to resize
AuthorizationRefreshTokenAsync Method
Refreshes the authentication token if it has expired. The authentication scheme should support refresh.

Namespace: Oracle.Cloud.Mobile.Authorization
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public abstract Task<bool> RefreshTokenAsync()

Return Value

Type: TaskBoolean
True if the refresh was successful or if the token didn't need refresh, false otherwise.
See Also