![]() |
VOOZH | about |
dotnet add package BizDoc.Authentication.G-Suite --version 10.3.0
NuGet\Install-Package BizDoc.Authentication.G-Suite -Version 10.3.0
<PackageReference Include="BizDoc.Authentication.G-Suite" Version="10.3.0" />
<PackageVersion Include="BizDoc.Authentication.G-Suite" Version="10.3.0" />Directory.Packages.props
<PackageReference Include="BizDoc.Authentication.G-Suite" />Project file
paket add BizDoc.Authentication.G-Suite --version 10.3.0
#r "nuget: BizDoc.Authentication.G-Suite, 10.3.0"
#:package BizDoc.Authentication.G-Suite@10.3.0
#addin nuget:?package=BizDoc.Authentication.G-Suite&version=10.3.0Install as a Cake Addin
#tool nuget:?package=BizDoc.Authentication.G-Suite&version=10.3.0Install as a Cake Tool
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.Customer = "{my-customer}";
o.FilePath = "{path-to-client_secret.json}";
// o.ApiKey = "...";
});
...
app.UseBizDoc().
UseGSuite();
Other options are Customer and Domain.
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.
To use OAuth2 authentication, add the following:
services.AddBizDoc().
AddGSuite(options => {...}, configure => configure.AddAuthentication());
...
app.UseBizDoc().
UseGSuite().
UseAuthentication().
UseIdentityProvider();
To use GMail for outgoing emails, add:
AddGSuite().
UseEmailer();
To pull email reply, add the following:
UseGSuite().
UseGMailFeedback();
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.
Staff Documents.
Department Peers Performance.
Cost Center Peers Performance.
Custom Field Peers Performance, per schema and field.
Departments Compare.
Custom Field Compare, per schema and field.
Role. Select a role from Roles in form workflow.
Directory Roles.
Directory Groups.
Organization Units.
Owner Organization Unit.
Owner Cost Center.
Owner Department.
Owner Custom Field, per schema and field.
User Organization Unit.
User Is Admin.
Owner Department.
Owner Cost Center.
Owner Organization Unit, path.
Owner Custom Field, per schema and field.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.3.0 | 94 | 6/11/2026 |
| 10.2.0 | 99 | 6/7/2026 |
| 10.1.0 | 105 | 5/7/2026 |
| 10.0.0 | 153 | 1/6/2026 |
| 9.2.2 | 724 | 12/3/2025 |
| 9.1.2 | 243 | 9/25/2025 |
| 9.1.1 | 255 | 9/2/2025 |
| 9.1.0 | 253 | 7/27/2025 |
| 9.0.2 | 247 | 7/8/2025 |
| 9.0.1 | 247 | 6/20/2025 |
| 9.0.0 | 364 | 5/15/2025 |
| 8.23.7 | 299 | 3/12/2025 |
| 8.23.6 | 223 | 2/27/2025 |
| 8.21.6 | 224 | 2/2/2025 |
| 8.20.6 | 246 | 12/15/2024 |
| 8.19.6 | 236 | 12/5/2024 |
| 8.19.5 | 214 | 11/20/2024 |
| 8.19.4 | 235 | 11/13/2024 |
| 8.19.3 | 218 | 10/13/2024 |
| 8.19.2 | 232 | 10/8/2024 |