MsalAuth.GetAgenticUserTokenAsync 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 System.Threading.Tasks.Task<string> GetAgenticUserTokenAsync(string tenantId, string agentAppInstanceId, string agenticUserId, System.Collections.Generic.IList<string> scopes, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAgenticUserTokenAsync : string * string * string * System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.GetAgenticUserTokenAsync : string * string * string * System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetAgenticUserTokenAsync (tenantId As String, agentAppInstanceId As String, agenticUserId As String, scopes As IList(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)
Parameters
- tenantId
- String
- agentAppInstanceId
- String
- agenticUserId
- String
- cancellationToken
- CancellationToken