Class UserInfoError.OpenidError
The openid error object
Inherited Members
Namespace: Dropbox.Api.Openid
Assembly: Dropbox.Api.dll
Syntax
public sealed class UserInfoError.OpenidError : UserInfoError
Constructors
View SourceOpenidError(OpenIdError)
Initializes a new instance of the UserInfoError.OpenidError class.
Declaration
public OpenidError(OpenIdError value)
Parameters
| Type | Name | Description |
|---|---|---|
| OpenIdError | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public OpenIdError Value { get; }
Property Value
| Type | Description |
|---|---|
| OpenIdError |