OAuthUtil.GetTokenStrFromAccessToken(IAccessToken, DebugLogWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the token string from the accesstoken
public static string GetTokenStrFromAccessToken (Microsoft.Azure.Commands.Common.Authentication.IAccessToken accessToken, Microsoft.WindowsAzure.Commands.Storage.Common.DebugLogWriter logWriter);
static member GetTokenStrFromAccessToken : Microsoft.Azure.Commands.Common.Authentication.IAccessToken * Microsoft.WindowsAzure.Commands.Storage.Common.DebugLogWriter -> string
Public Shared Function GetTokenStrFromAccessToken (accessToken As IAccessToken, logWriter As DebugLogWriter) As String
Parameters
- accessToken
- IAccessToken
the token
- logWriter
- DebugLogWriter
Returns
token string