public BearerTokenHandler()

in src/ApiForFhirMigrationTool.Function/Security/BearerTokenHandler.cs [27:30]


        public BearerTokenHandler(TokenCredential tokenCredential, Uri baseAddress, string[] scopes)
            : this(tokenCredential, baseAddress, scopes, TimeSpan.FromMinutes(5), TimeSpan.FromSeconds(30))
        {
        }