AsAzureAuthenticationProvider.GetAadAuthenticatedToken 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 string GetAadAuthenticatedToken (Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureContext asAzureContext, System.Security.SecureString password, Microsoft.IdentityModel.Clients.ActiveDirectory.PromptBehavior promptBehavior, string clientId, string resourceUri, Uri resourceRedirectUri);
abstract member GetAadAuthenticatedToken : Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureContext * System.Security.SecureString * Microsoft.IdentityModel.Clients.ActiveDirectory.PromptBehavior * string * string * Uri -> string
override this.GetAadAuthenticatedToken : Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureContext * System.Security.SecureString * Microsoft.IdentityModel.Clients.ActiveDirectory.PromptBehavior * string * string * Uri -> string
Public Function GetAadAuthenticatedToken (asAzureContext As AsAzureContext, password As SecureString, promptBehavior As PromptBehavior, clientId As String, resourceUri As String, resourceRedirectUri As Uri) As String
Parameters
- asAzureContext
- AsAzureContext
- password
- SecureString
- promptBehavior
- Microsoft.IdentityModel.Clients.ActiveDirectory.PromptBehavior
- clientId
- String
- resourceUri
- String
- resourceRedirectUri
- Uri