Show / Hide Table of Contents

Class SsoErrorDetails

Failed to sign in via SSO.

Inheritance
System.Object
SsoErrorDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SsoErrorDetails

Constructors

| Improve this Doc View Source

SsoErrorDetails(FailureDetailsLogInfo)

Initializes a new instance of the SsoErrorDetails class.

Declaration
public SsoErrorDetails(FailureDetailsLogInfo errorDetails)
Parameters
Type Name Description
FailureDetailsLogInfo errorDetails

Error details.

Properties

| Improve this Doc View Source

ErrorDetails

Error details.

Declaration
public FailureDetailsLogInfo ErrorDetails { get; protected set; }
Property Value
Type Description
FailureDetailsLogInfo
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SsoErrorDetails(FailureDetailsLogInfo)
  • Properties
    • ErrorDetails
Back to top Generated by DocFX