BizDoc.Authentication.G-Suite 7.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package BizDoc.Authentication.G-Suite --version 7.3.0
                    
NuGet\Install-Package BizDoc.Authentication.G-Suite -Version 7.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BizDoc.Authentication.G-Suite" Version="7.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BizDoc.Authentication.G-Suite" Version="7.3.0" />
                    
Directory.Packages.props
<PackageReference Include="BizDoc.Authentication.G-Suite" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BizDoc.Authentication.G-Suite --version 7.3.0
                    
#r "nuget: BizDoc.Authentication.G-Suite, 7.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BizDoc.Authentication.G-Suite@7.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BizDoc.Authentication.G-Suite&version=7.3.0
                    
Install as a Cake Addin
#tool nuget:?package=BizDoc.Authentication.G-Suite&version=7.3.0
                    
Install as a Cake Tool

G-Suite for BizDoc

BizDoc G-Suite integration can be configured to handle authentication, email delivery and email feedback.

To integrate G-Suite, first add the following to startup.cs:

  services.AddBizDoc().
    AddGSuite(options => {
      o.ApplicationName = "{your-app-name}";
      o.FilePath = "{path-to-client_secret.json}";
      // o.ApiKey = "...";
    });
...

  app.UseBizDoc().
    UseGSuite();

Other options are Customer and Domain.

Configure G-Suite

Create a project at Google API Console, enable Gmail API.

Create credentials for read-only users, roles, role assignments and organization units.

Download credentials JSON file and place it in your project. Set the file properties Build Action to Content. Provide the ApplicationName and the file name to ClientSecrets above.

Authentication

To use OAuth2 authentication, add the following:

  services.AddBizDoc().
    AddGSuite(options => {...}, configure => configure.AddAuthentication());
...
  app.UseBizDoc().
    UseGSuite().
        UseAuthentication().
        UseIdentityProvider();

Email Delivery

To use GMail for outgoing emails, add:

    AddGSuite().
       UseEmailer();

Email Feedback

To pull email reply, add the following:

    UseGSuite().
       UseGMailFeedback();

Widgets

Groups Performace, compare selected groups, or groups in which current user is a member.

Staff Performance, of group members in which the current user is a manager.

Workflow

Role. Select a role from Roles in form workflow.

Types

Roles.

Groups.

Organization Units.

Attributes

Owner Organization.

Rules

User Organization.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.2 132 7/8/2025
9.0.1 133 6/20/2025
9.0.0 240 5/15/2025
8.23.7 178 3/12/2025
8.23.6 122 2/27/2025
8.21.6 114 2/2/2025
8.20.6 137 12/15/2024
8.19.6 133 12/5/2024
8.19.5 123 11/20/2024
8.19.4 129 11/13/2024
8.19.3 113 10/13/2024
8.19.2 118 10/8/2024
8.18.1 150 9/17/2024
8.18.0 100 7/29/2024
8.17.0 131 7/10/2024
8.16.19 138 5/14/2024
8.16.17 147 4/23/2024
8.15.17 139 4/14/2024
8.15.16 138 4/8/2024
8.15.15 145 2/29/2024
8.15.14 162 2/28/2024
8.15.13 145 2/28/2024
8.15.12 141 2/28/2024
8.15.10 135 2/28/2024
8.15.9 141 2/27/2024
8.14.9 152 2/20/2024
8.14.8 158 2/2/2024
8.14.7 156 1/17/2024
8.13.6 154 1/12/2024
7.13.6 165 1/6/2024
7.13.4 178 12/23/2023
7.13.3 179 11/26/2023
7.13.2 147 11/22/2023
7.12.2 143 11/15/2023
7.10.2 155 11/5/2023
7.10.1 153 11/1/2023
7.9.1 161 10/30/2023
7.8.1 176 10/21/2023
7.7.1 166 9/6/2023
7.6.1 210 7/6/2023
7.6.0 219 7/2/2023
7.5.0 212 6/24/2023
7.4.0 213 5/22/2023
7.3.0 219 5/4/2023
7.2.0 232 4/20/2023
7.1.0 252 4/11/2023
7.0.1 253 3/30/2023
7.0.0 387 11/28/2022
6.8.8 399 11/8/2022
6.8.7 409 10/31/2022
6.8.6 433 10/27/2022
6.8.5 427 10/25/2022
6.8.4 430 10/24/2022
6.8.3 474 10/20/2022
6.8.2 472 10/20/2022