<PackageReference Include="Microsoft.Identity.Client" Version="4.84.1" />

Microsoft.Identity.Client.BrowserTabActivity

public class BrowserTabActivity : Activity
BrowserTabActivity to get the redirect with code from authorize endpoint. Intent filter has to be declared in the android manifest for this activity. When chrome custom tab is launched, and we're redirected back with the redirect uri (redirect_uri has to be unique across apps), the os will fire an intent with the redirect, and the BrowserTabActivity will be launched.