GitHubAccessTokenContent Class

Definition

Get GitHub access token request definition.

public class GitHubAccessTokenContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.GitHubAccessTokenContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.GitHubAccessTokenContent>
public class GitHubAccessTokenContent
type GitHubAccessTokenContent = class
    interface IJsonModel<GitHubAccessTokenContent>
    interface IPersistableModel<GitHubAccessTokenContent>
type GitHubAccessTokenContent = class
Public Class GitHubAccessTokenContent
Implements IJsonModel(Of GitHubAccessTokenContent), IPersistableModel(Of GitHubAccessTokenContent)
Public Class GitHubAccessTokenContent
Inheritance
GitHubAccessTokenContent
Implements

Constructors

GitHubAccessTokenContent(String, Uri)

Initializes a new instance of GitHubAccessTokenContent.

Properties

GitHubAccessCode

GitHub access code.

GitHubAccessTokenBaseUri

GitHub access token base URL.

GitHubClientId

GitHub application client ID.

GitHubClientSecret

GitHub bring your own app client secret information.

Explicit Interface Implementations

IJsonModel<GitHubAccessTokenContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<GitHubAccessTokenContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GitHubAccessTokenContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GitHubAccessTokenContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<GitHubAccessTokenContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to