Show / Hide Table of Contents

Class EndPointInfo

Properties describing a device OAuth endpoint

Inheritance
Object
EndPointInfo
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: DeviceOAuth2
Assembly: DeviceOAuth2.dll
Syntax
public sealed class EndPointInfo

Properties

| Improve this Doc View Source

AuthUri

The base Uri for the endpoint

Declaration
public string AuthUri { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

DeviceCodeName

The name of the parameter that describes the code

Declaration
public string DeviceCodeName { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

DevicePath

The uri path to request a device code - relative to AuthUri

Declaration
public string DevicePath { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Facebook

Description of Facebook's oauth2 endpoint. https://developers.facebook.com/docs/facebook-login/for-devices

Declaration
public static EndPointInfo Facebook { get; }
Property Value
Type Description
EndPointInfo
| Improve this Doc View Source

Google

Description of Google's device oauth2 endpoint. https://developers.google.com/identity/protocols/OAuth2ForDevices

Declaration
public static EndPointInfo Google { get; }
Property Value
Type Description
EndPointInfo
| Improve this Doc View Source

Name

The name of the endpoint

Declaration
public string Name { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

PendingStatusCode

HttpStatusCode returned by the auth endpoint while the auth process is still pending (i.e. still waiting for user confimration)

Declaration
public HttpStatusCode PendingStatusCode { get; set; }
Property Value
Type Description
HttpStatusCode
| Improve this Doc View Source

ProfileUri

Uri that will return the user profile for the auth endpoint once authorized

Declaration
public string ProfileUri { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Scheme

The Auth scheme used by the resulting TokenInfo

Declaration
public string Scheme { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

TokenPath

The uri path to get a token - relative to AuthUri

Declaration
public string TokenPath { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

VerificationAddressName

The property name of the token return json that has the verification Uri

Declaration
public string VerificationAddressName { get; set; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX