RMProfileClient.AcquireAccessToken(String, Action<String>) 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.
public Microsoft.Azure.Commands.Common.Authentication.IAccessToken AcquireAccessToken (string tenantId, Action<string> promptAction = default);
member this.AcquireAccessToken : string * Action<string> -> Microsoft.Azure.Commands.Common.Authentication.IAccessToken
Public Function AcquireAccessToken (tenantId As String, Optional promptAction As Action(Of String) = Nothing) As IAccessToken
Parameters
- tenantId
- String