TwitterLoginProvider.CreateCredentials(ClaimsIdentity) 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.
Return the set of provider specific credentials for inclusion in a login token
public override Microsoft.WindowsAzure.Mobile.Service.Security.ProviderCredentials CreateCredentials (System.Security.Claims.ClaimsIdentity claimsIdentity);
override this.CreateCredentials : System.Security.Claims.ClaimsIdentity -> Microsoft.WindowsAzure.Mobile.Service.Security.ProviderCredentials
Public Overrides Function CreateCredentials (claimsIdentity As ClaimsIdentity) As ProviderCredentials
Parameters
- claimsIdentity
- ClaimsIdentity
The current logged in identity
Returns
A ProviderCredentials instance associated with this ILoginProvider.
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