Skip to main content

Class ProvidedCredential

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ProvidedCredential. Representation of how the current user got authenticated

Inheritance

objectProvidedCredential

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ProvidedCredential()

Default constructor - defaults any enum props to 0.

Properties

CredentialId

The credential row that allowed us access

Property Value

int

DisplayName

The display name used in display fields

Property Value

string

SearchName

The search name used for looking up

Property Value

string

Type

The type of credential. This will reflect the value in Credential.Type

Property Value

string