IntelligenceX

API Reference

Class

GitHubDeviceAuthorization

Namespace IntelligenceX.Authentication.GitHub
Assembly IntelligenceX
Modifiers sealed

A pending GitHub sign-in. Display only the user code and verification URL to the user.

Inheritance

  • Object
  • GitHubDeviceAuthorization

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Properties

public String UserCode { get; } #

The short code the user enters on GitHub.

public Uri VerificationUri { get; } #

The GitHub page where the user grants access.

public DateTimeOffset ExpiresAt { get; } #

When this pending authorization expires.