Codeunit 6300 Azure AD Mgt. in 27
- App
- Base Application
- Namespace
- System.Azure.Identity
Versions171819202122232425262728latest
Source29
Procedures, 21
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| GetAuthCodeUrl | (Text) | Text | public | - | |||
| GetAccessToken | (Text, Text, Boolean) | Text | public | Pending 25.0 | |||
| Replaced by GetAccessTokenAsSecretText | |||||||
| GetGuestAccessToken | (Text, Text) | Text | public | - | |||
| GetOnBehalfAccessToken | (Text) | Text | public | Pending 25.0 | |||
| Replaced by GetOnBehalfAccessTokenAsSecretText(ResourceUrl: Text): SecretText | |||||||
| GetOnBehalfAccessTokenAndTokenCacheState | (Text, var Text) | Text | public | - | |||
| GetTokenFromTokenCacheState | (Text, Text, Text, var Text) | Text | public | - | |||
| GetAzureADAuthEndpoint | () | Text | public | - | |||
| GetDefaultRedirectUrl | () | Text[150] | public | - | |||
| GetRedirectUrl | () | Text[150] | public | - | |||
| GetO365Resource | () | Text | public | - | |||
| GetO365ResourceName | () | Text | public | - | |||
| IsSaaS | () | Boolean | public | - | |||
| GetInitialTenantDomainName | () | Text | public | - | |||
| IsAzureADAppSetupDone | () | Boolean | public | - | |||
| CreateExchangeServiceWrapperWithToken | (Text, var DotNet ExchangeServiceWrapper) | public | Pending 25.0 | ||||
| Replaced by CreateExchangeServiceWrapperWithToken(Token: SecretText; var Service: DotNet ExchangeServiceWrapper) | |||||||
| AcquireTokenByAuthorizationCode | (Text, Text) | Text | public | Pending 25.0 | |||
| Replaced by AcquireTokenByAuthorizationCodeAsSecretText | |||||||
| GetLastErrorMessage | () | Text | public | - | |||
| AcquireTokenByAuthorizationCodeAsSecretText | (SecretText, Text) | SecretText | public | - | |||
| GetAccessTokenAsSecretText | (Text, Text, Boolean) | SecretText | public | - | |||
| GetOnBehalfAccessTokenAsSecretText | (Text) | SecretText | public | - | |||
| CreateExchangeServiceWrapperWithToken | (SecretText, var DotNet ExchangeServiceWrapper) | public | - | ||||