GitHub Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The configuration settings of the GitHub provider.
public class GitHub
type GitHub = class
Public Class GitHub
- Inheritance
-
GitHub
Constructors
GitHub() |
Initializes a new instance of the GitHub class. |
GitHub(Nullable<Boolean>, ClientRegistration, LoginScopes) |
Initializes a new instance of the GitHub class. |
Properties
Enabled |
Gets or sets <code>false</code> if the GitHub provider should not be enabled despite the set registration; otherwise, <code>true</code>. |
Login |
Gets or sets the configuration settings of the login flow. |
Registration |
Gets or sets the configuration settings of the app registration for the GitHub provider. |
Applies to
Azure SDK for .NET