Codeunit 6303 Azure AD Auth Flow in 26
- App
- Base Application
- Namespace
- System.Azure.Identity
Versions171819202122232425262728latest
Source29
Procedures, 21
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| CanHandle | () | Boolean | public | - | |||
| Initialize | (Text) | public | - | ||||
| AcquireTokenByAuthorizationCode | (Text, Text) | Text | public | Pending 25.0 | |||
| Replaced by AcquireTokenByAuthorizationCodeAsSecretText | |||||||
| AcquireTokenByAuthorizationCodeWithCredentials | (Text, Text, Text, Text) | Text | public | Pending 25.0 | |||
| Replaced by AcquireTokenByAuthorizationCodeWithCredentialsAsSecretText | |||||||
| AcquireTokenFromCache | (Text) | Text | public | Pending 25.0 | |||
| Replaced by procedure AcquireTokenFromCacheAsSecretText | |||||||
| AcquireTokenFromCacheState | (Text, Text, Text, var Text) | Text | public | - | |||
| AcquireGuestToken | (Text, Text) | Text | public | - | |||
| AcquireOnBehalfOfToken | (Text) | Text | public | Pending 25.0 | |||
| Replaced by AcquireOnBehalfOfTokenAsSecretText | |||||||
| AcquireOnBehalfOfTokenAndTokenCacheState | (Text, var Text) | Text | public | - | |||
| AcquireTokenFromCacheWithCredentials | (Text, Text, Text) | Text | public | Pending 25.0 | |||
| Replaced by AcquireTokenFromCacheWithCredentialsAsSecretText | |||||||
| AcquireApplicationToken | (Text, Text, Text, Text) | Text | public | - | |||
| GetSaasClientId | () | Text | public | - | |||
| GetInitialTenantDomainName | () | Text | public | - | |||
| CreateExchangeServiceWrapperWithToken | (Text, var DotNet ExchangeServiceWrapper) | public | Pending 25.0 | ||||
| Replaced by CreateExchangeServiceWrapperWithToken(Token: SecretText; var Service: DotNet ExchangeServiceWrapper) | |||||||
| GetLastErrorMessage | () | Text | public | - | |||
| AcquireTokenByAuthorizationCodeAsSecretText | (SecretText, Text) | SecretText | public | - | |||
| AcquireTokenByAuthorizationCodeWithCredentialsAsSecretText | (SecretText, Text, SecretText, Text) | SecretText | public | - | |||
| AcquireTokenFromCacheAsSecretText | (Text) | SecretText | public | - | |||
| AcquireOnBehalfOfTokenAsSecretText | (Text) | SecretText | public | - | |||
| AcquireTokenFromCacheWithCredentialsAsSecretText | (Text, SecretText, Text) | SecretText | public | - | |||
| CreateExchangeServiceWrapperWithToken | (SecretText, var DotNet ExchangeServiceWrapper) | public | - | ||||
Events, 12
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnInitialize | (Text, var DotNet ALAzureAdCodeGrantFlow) | - |
| Integration event | OnAcquireTokenByAuthorizationCode | (Text, Text, var Text) | - |
| Integration event | OnAcquireTokenByAuthorizationCodeWithCredentials | (Text, Text, Text, Text, var Text) | - |
| Integration event | OnAcquireTokenFromCache | (Text, var Text) | - |
| Integration event | OnAcquireTokenFromCacheState | (Text, Text, Text, var Text, var Text) | - |
| Integration event | OnAcquireGuestToken | (Text, Text, var Text) | - |
| Integration event | OnAcquireAcquireOnBehalfOfToken | (Text, var Text) | - |
| Integration event | OnAcquireOnBehalfOfTokenAndTokenCacheState | (Text, var Text, var Text) | - |
| Integration event | OnAcquireTokenFromCacheWithCredentials | (Text, Text, Text, var Text) | - |
| Integration event | OnGetSaasClientId | (var Text) | - |
| Integration event | OnCreateExchangeServiceWrapperWithToken | (Text, var DotNet ExchangeServiceWrapper) | - |
| Integration event | OnCheckProvider | (var Boolean) | - |