ExternalAccessToken(String, Func<String>) Constructor
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.
public ExternalAccessToken (string accessToken, Func<string> renew = default);
new Microsoft.Azure.Commands.Common.Authentication.Authentication.ExternalAccessToken : string * Func<string> -> Microsoft.Azure.Commands.Common.Authentication.Authentication.ExternalAccessToken
Public Sub New (accessToken As String, Optional renew As Func(Of String) = Nothing)
Parameters
- accessToken
- String