Access Token
-
BcAuthContext
The latest version of BcContainerHelper (BcContainerHelper version 2.0.1 | Freddys blog) comes with a new concept called a BcAuthContext. A BcAuthContext is really just a hashtable with authentication information for a Business Central online tenant. This blog post describes the concept and how to obtain and refresh a BcAuthContext. Subsequent blog posts will describe how to use them. A BcAuthContext is created using New-BcAuthContext. New-BcAuthContext supports 4 different OAuth2 flows: Devicecode – this flow is where you will be asked...
