AuthifyData Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Represents data returned from the Authify federation services.
Inheritance Hierarchy

SystemObject
  ContentStudio.Site.Security.EIdentityAuthifyData

Namespace: ContentStudio.Site.Security.EIdentity
Assembly: ContentStudio.Site.Security.EIdentity (in ContentStudio.Site.Security.EIdentity.dll) Version: 5.6.5014.0 (5.6.5014.0)
Syntax

public class AuthifyData

The AuthifyData type exposes the following members.

Constructors

  NameDescription
Public methodAuthifyData
Initializes a new instance of the AuthifyData class
Top
Properties

  NameDescription
Public propertyAuthifyUserId
Authify ID (uid), that the user will get automatic from Authify Federation Authentication Server. The uid is unique per customer and SECRET- and API-key.
Public propertyCustomUserId
A custom unique identifier (luid) for every user that can be set by the caller.
Public propertyEmail
Gets the user's email address. Not all providers set this property.
Public propertyExtraData
Gets an list of extra data properties. The content of this property is dependent on the login provider used. Not all providers set any extra data.
Public propertyMapUid
Public propertyName
Gets the name of the user. Not all providers set this property.
Public propertyProviderName
Gets the name of the provider (idp - Identity provider) the user is logged in login with.
Public propertyProviderUserId
Gets the unique identifier (IdpUid) specific to every user created by idp (Identity provider). This could for example be the username from the IDP. For swedish e-legitimation this is the user's personal number.
Public propertyToken
The Authify login session identifier.
Top
Methods

  NameDescription
Public methodStatic memberCreate
Creates a new instance of the AuthifyData class using the session token and the XmlReader used to read the supplied user data.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Creates a new instance of the AuthifyData class using the session token and the XmlReader used to read the supplied user data.
Public methodToString (Inherited from Object.)
Top
See Also

Reference