AzureActiveDirectoryCredentials Class
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.
A ProviderCredentials implementation containing provider specific credentials for Azure Active directory authentication.
public class AzureActiveDirectoryCredentials : Microsoft.Azure.Mobile.Server.Authentication.ProviderCredentials
type AzureActiveDirectoryCredentials = class
inherit ProviderCredentials
Public Class AzureActiveDirectoryCredentials
Inherits ProviderCredentials
- Inheritance
Constructors
AzureActiveDirectoryCredentials() |
Initializes a new instance of the AzureActiveDirectoryCredentials class. |
Properties
AccessToken |
Gets or sets the access token for the current user. |
ObjectId |
Gets or sets the object ID for the current user. |
Provider |
Gets or sets the name of the provider these credentials are for. (Inherited from ProviderCredentials) |
TenantId |
Gets or sets the tenant ID for the current user. |
UserClaims |
Gets or sets the collection of additional claims associated with this instance. May be null or empty. (Inherited from ProviderCredentials) |
UserId |
Gets or sets the provider id for the user. The value can be created and parsed using the methods provided by IAppServiceTokenHandler. (Inherited from ProviderCredentials) |
Applies to
Azure SDK for .NET