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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET