你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OAuthUtil.GetTokenRenewer(IAccessToken, DebugLogWriter) Method

Definition

public static Microsoft.Azure.Storage.Auth.RenewTokenFuncAsync GetTokenRenewer (Microsoft.Azure.Commands.Common.Authentication.IAccessToken accessToken, Microsoft.WindowsAzure.Commands.Storage.Common.DebugLogWriter logWriter);
static member GetTokenRenewer : Microsoft.Azure.Commands.Common.Authentication.IAccessToken * Microsoft.WindowsAzure.Commands.Storage.Common.DebugLogWriter -> Microsoft.Azure.Storage.Auth.RenewTokenFuncAsync
Public Shared Function GetTokenRenewer (accessToken As IAccessToken, logWriter As DebugLogWriter) As RenewTokenFuncAsync

Parameters

accessToken
IAccessToken
logWriter
DebugLogWriter

Returns

Applies to