---
title: "Codeunit 1298 OAuth Management"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/1298-oauth-management/
type: codeunit
id: 1298
name: "OAuth Management"
app: "Base Application"
versions: "17-18"
build: 18.5.29545.46345
obsolete: "Pending 16.0"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 1298 OAuth Management

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/1298-oauth-management/

| | |
| --- | --- |
| App | Base Application |
| Versions | 17-18 |
| Obsolete | Pending 16.0, seen from 17. Functionality has been moved to <<OAuth>> System module |
| Source file | OAuthManagement.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| GetRequestToken | (Text, Text, Text, Text, var Text, var Text) | - | public | 17-18 | - | - |
| GetAccessToken | (Text, Text, Text, Text, Text, Text, var Text, var Text) | - | public | 17-18 | - | - |
| GetAuthorizationHeader | (Text, Text, Text, Text, Text, Text) | Text | public | 17-18 | - | - |
| GetPropertyFromCode | (Text, Text) | Text | public | 17-18 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.

Jonas Paprotka, 2026-09-20.
