Class OpenIdError
The open id error object
Inherited Members
Namespace: Dropbox.Api.Openid
Assembly: Dropbox.Api.dll
Syntax
public class OpenIdError
Constructors
View SourceOpenIdError()
Initializes a new instance of the OpenIdError class.
Declaration
public OpenIdError()
Properties
View SourceAsIncorrectOpenidScopes
Gets this instance as a IncorrectOpenidScopes, or null.
Declaration
public OpenIdError.IncorrectOpenidScopes AsIncorrectOpenidScopes { get; }
Property Value
| Type | Description |
|---|---|
| OpenIdError.IncorrectOpenidScopes |
AsOther
Gets this instance as a Other, or null.
Declaration
public OpenIdError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| OpenIdError.Other |
IsIncorrectOpenidScopes
Gets a value indicating whether this instance is IncorrectOpenidScopes
Declaration
public bool IsIncorrectOpenidScopes { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |