TokenProvider.CreateOAuthTokenProvider 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.
Creates an OAuth (open standard for authorization) token provider.
public static Microsoft.ServiceBus.TokenProvider CreateOAuthTokenProvider(System.Collections.Generic.IEnumerable<Uri> stsUris, System.Net.NetworkCredential credential);
static member CreateOAuthTokenProvider : seq<Uri> * System.Net.NetworkCredential -> Microsoft.ServiceBus.TokenProvider
Public Shared Function CreateOAuthTokenProvider (stsUris As IEnumerable(Of Uri), credential As NetworkCredential) As TokenProvider
Parameters
- stsUris
- IEnumerable<Uri>
The URIs of the Security Token Service (STS).
- credential
- NetworkCredential
The user credential.
Returns
The TokenProvider for returning OAuth token.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET