Class UserInfoError
The user info error object
Inherited Members
Namespace: Dropbox.Api.Openid
Assembly: Dropbox.Api.dll
Syntax
public class UserInfoError
Constructors
View SourceUserInfoError()
Initializes a new instance of the UserInfoError class.
Declaration
public UserInfoError()
Properties
View SourceAsOpenidError
Gets this instance as a OpenidError, or null.
Declaration
public UserInfoError.OpenidError AsOpenidError { get; }
Property Value
| Type | Description |
|---|---|
| UserInfoError.OpenidError |
AsOther
Gets this instance as a Other, or null.
Declaration
public UserInfoError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| UserInfoError.Other |
IsOpenidError
Gets a value indicating whether this instance is OpenidError
Declaration
public bool IsOpenidError { 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 |