AuthorizationRefreshTokenAsync Method |
Refreshes the authentication token if it has expired. The authentication scheme should support refresh.
Namespace: Oracle.Cloud.Mobile.AuthorizationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic abstract Task<bool> RefreshTokenAsync()
Public MustOverride Function RefreshTokenAsync As Task(Of Boolean)
public:
virtual Task<bool>^ RefreshTokenAsync() abstract
abstract RefreshTokenAsync : unit -> Task<bool>
Return Value
Type:
TaskBooleanTrue if the refresh was successful or if the token didn't need refresh, false otherwise.
See Also