GraphClient.GetClient
Contents
[
Hide
]GetClient(IMultipleServicesTokenProvider, string)
Initializes a new instance of the GraphClient
based class
public static IGraphClient GetClient(IMultipleServicesTokenProvider tokenProvider, string tenantId)
Parameter | Type | Description |
---|---|---|
tokenProvider | IMultipleServicesTokenProvider | Token provider allows to retrieve OAuth access token |
tenantId | String | A tenant is representation of an organization. It’s a dedicated instance of Azure AD that an organization or app developer receives when the organization or app developer, creates a relationship with Microsoft like signing up for Azure, Microsoft Intune, or Microsoft 365. |
Return Value
Returns IGraphClient object
See Also
- interface IGraphClient
- interface IMultipleServicesTokenProvider
- class GraphClient
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email
GetClient(ITokenProvider, string)
Initializes a new instance of the GraphClient
based class
public static IGraphClient GetClient(ITokenProvider tokenProvider, string tenantId)
Parameter | Type | Description |
---|---|---|
tokenProvider | ITokenProvider | Token provider allows to retrieve OAuth access token |
tenantId | String | A tenant is representation of an organization. It’s a dedicated instance of Azure AD that an organization or app developer receives when the organization or app developer, creates a relationship with Microsoft like signing up for Azure, Microsoft Intune, or Microsoft 365. |
Return Value
Returns IGraphClient object
See Also
- interface IGraphClient
- interface ITokenProvider
- class GraphClient
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email