AuthenticationBase.Authenticate(IObjectSpace) Method
Authenticates a user trying to find the corresponding user object by comparing logon parameter values with the information stored in the database.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v25.2.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| objectSpace | IObjectSpace | An IObjectSpace Object Space used for data manipulation. |
Returns
| Type | Description |
|---|---|
| Object | An object which is an authenticated user. |
Remarks
When implementing a custom authentication, override this method.
See Also