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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET