Web.HTTPApp.TWebBasicAuthenticator

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPApp.TCustomWebAuthenticatorSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTWebBasicAuthenticator

Delphi

TWebBasicAuthenticator = class(TCustomWebAuthenticator)

C++

class PASCALIMPLEMENTATION TWebBasicAuthenticator : public TCustomWebAuthenticator

Properties

Type Visibility Source Unit Parent
class public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

Description

TWebBasicAuthenticator is a WebBroker authentication component implementing IWebAuthenticator interface using Basic HTTP authentication.

The authenticator may be used with or without a session manager. The authorization header of the request is always validated.

To log out, perform POST LogoutURL request.

See Also