Class TRALClientBasicAuth

Unit

Declaration

type TRALClientBasicAuth = class(TRALAuthClient)

Description

BasicAuth for client components

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent; const AUser: StringRAL; const APassword: StringRAL); overload;
Public constructor Create(AOwner: TComponent); overload; override;
Public function IsAuthenticated: boolean; override;
Public procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override;

Properties

Published property Password: StringRAL read FPassword write FPassword;
Published property UserName: StringRAL read FUserName write FUserName;

Description

Methods

Public constructor Create(AOwner: TComponent; const AUser: StringRAL; const APassword: StringRAL); overload;
 
Public constructor Create(AOwner: TComponent); overload; override;
 
Public function IsAuthenticated: boolean; override;
 
Public procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override;
 

Properties

Published property Password: StringRAL read FPassword write FPassword;
 
Published property UserName: StringRAL read FUserName write FUserName;
 


GitHub Repository
Generated by PasDoc 0.16.0.