2f6c8489-bff2-4018-b0bc-8550dbb1aebe 2.19.0

dotnet add package 2f6c8489-bff2-4018-b0bc-8550dbb1aebe --version 2.19.0
NuGet\Install-Package 2f6c8489-bff2-4018-b0bc-8550dbb1aebe -Version 2.19.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="2f6c8489-bff2-4018-b0bc-8550dbb1aebe" Version="2.19.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add 2f6c8489-bff2-4018-b0bc-8550dbb1aebe --version 2.19.0
#r "nuget: 2f6c8489-bff2-4018-b0bc-8550dbb1aebe, 2.19.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.
// Install 2f6c8489-bff2-4018-b0bc-8550dbb1aebe as a Cake Addin
#addin nuget:?package=2f6c8489-bff2-4018-b0bc-8550dbb1aebe&version=2.19.0

// Install 2f6c8489-bff2-4018-b0bc-8550dbb1aebe as a Cake Tool
#tool nuget:?package=2f6c8489-bff2-4018-b0bc-8550dbb1aebe&version=2.19.0

##Discord OAuth

Features

  • Makes HTTP Listener to read your OAuth callback
  • Allows you to edit the HTML of your OAuth Callback
  • Libary Lets you get all the infomation required to get your OAuth infomation
  • Compatible with all OAuth Scopes
  • No async required when calling the function
  • function returns HTTP Errors, This allows you to read 401 errors
  • Returns RAW Output this allows you to read with a JSON Format

####Inline code Donwloading the OAuth NuGet Packages, Run this command to download OAuth.

dotnet add package Khiv


####OAuth Template Code

OAuth _OAuth = new OAuth("<OAuth URL>", "<OAuth Callback>");
_OAuth.Response("Hello Welocme to OAuth Callback");
string text = Global.GetOAuth(_OAuth, Global.GetCred("<Client_ID>","<Client_Secret>")).Result;
Console.WriteLine(text);

###Classes

| Function name | Description | | ------------- | ------------------------------ | | DiscordOAuth.DiscordOAuth | Private Discord OAuth Functions. | | DiscordOAuth.Global | Global Discord OAuth Functions. |

###Functions

| Function name | Description | | ------------- | ------------------------------ | | DiscordOAuth() | Private Discord OAuth Class Function. | | Response() | Defines HTML Repsone Code. |

###Functions | Function name | Description | | ------------- | ------------------------------ | | GetOAuth() | Getting OAuth via OAuth Class. | | GetCred() | Creates a Base64 Fromat of the OAuth Token. | | GetToken() | Getting OAuth data from Discords API. |

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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
2.19.0 719 11/4/2019

Summary of changes made in this release of the package.