Codeunit 6303 Azure AD Auth Flow in 17
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 14
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| CanHandle | () | Boolean | public | - |
| Initialize | (Text) | public | - | |
| AcquireTokenByAuthorizationCode | (Text, Text) | Text | public | - |
| AcquireTokenByAuthorizationCodeWithCredentials | (Text, Text, Text, Text) | Text | public | - |
| AcquireTokenFromCache | (Text) | Text | public | - |
| AcquireTokenFromCacheState | (Text, Text, Text, var Text) | Text | public | - |
| AcquireGuestToken | (Text, Text) | Text | public | - |
| AcquireOnBehalfOfToken | (Text) | Text | public | - |
| AcquireOnBehalfOfTokenAndTokenCacheState | (Text, var Text) | Text | public | - |
| AcquireTokenFromCacheWithCredentials | (Text, Text, Text) | Text | public | - |
| AcquireApplicationToken | (Text, Text, Text, Text) | Text | public | - |
| GetSaasClientId | () | Text | public | - |
| GetInitialTenantDomainName | () | Text | public | - |
| CreateExchangeServiceWrapperWithToken | (Text, 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) | - |