This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.CodeQL.Cli.
Summary
GitHub Authentication Aliases. Used mostly to get Jwt or Installation Tokens for GitHubs that need to make API Calls
- Assembly
- Cake
.CodeQL .Cli .dll - Namespace
- Cake
.GitHub .Authentication - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["GitHubAuthenticationAliases"]
class Type type-node
Syntax
public static class GitHubAuthenticationAliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Git |
AccessToken |
Generates an installation Token for a GitHub App that can be used to make API calls as an App
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|