BioID.Owin.OAuth:OWIN 的 BioID OAuth 2.0 客户端

时间:2021-06-11 07:43:57
【文件属性】:
文件名称:BioID.Owin.OAuth:OWIN 的 BioID OAuth 2.0 客户端
文件大小:17KB
文件格式:ZIP
更新时间:2021-06-11 07:43:57
C# BioID.Owin.OAuth 用于 OWIN 的 BioID OAuth 2.0 客户端中间件。 安装 在您可以使用这个客户端软件之前,您必须登录 BioID(例如在 ),导航到并创建一个新的 BioID 客户端 ID 以获取您的唯一 ID 和秘密。 通过 NuGet 包安装客户端: 您可以使用 Visual Studio 中的 NuGet 包管理器控制台轻松安装 BioID OAuth 2.0 客户端 OWIN 中间件: PM> Install-Package BioID.Owin.OAuth 用法 要将中间件添加到 OWIN 管道,您只需将命名空间BioID.Owin.OAuth和以下代码添加到您的 OWIN 启动代码中,例如在 VS 2013 Web 应用程序的情况下在Startup.Auth.cs中: using BioID.Owin.OAuth; //... pu
【文件预览】:
BioID.Owin.OAuth-master
----BioIDAuthenticationHandler.cs(11KB)
----BioID.Owin.OAuth.nuspec(674B)
----packages.config(447B)
----BioIDAuthenticationOptions.cs(4KB)
----BioID.Owin.OAuth.sln(978B)
----Properties()
--------AssemblyInfo.cs(2KB)
----LICENSE(1KB)
----README.md(1KB)
----BioID.Owin.OAuth.csproj(4KB)
----BioIDAuthenticationExtensions.cs(2KB)
----Provider()
--------BioIDAuthenticationProvider.cs(3KB)
--------BioIDReturnEndpointContext.cs(699B)
--------BioIDAuthenticatedContext.cs(5KB)
--------BioIDApplyRedirectContext.cs(1KB)
--------IBioIDAuthenticationProvider.cs(2KB)
----BioIDAuthenticationMiddleware.cs(4KB)
----Constants.cs(365B)

网友评论