Class TRALClientBasicAuth
Unit
Declaration
type TRALClientBasicAuth = class(TRALAuthClient)
Description
BasicAuth for client components
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALAuthentication
- TRALAuthClient
- TRALClientBasicAuth
Overview
Methods
![]() |
constructor Create(AOwner: TComponent; const AUser: StringRAL; const APassword: StringRAL); overload; |
![]() |
constructor Create(AOwner: TComponent); overload; override; |
![]() |
function IsAuthenticated: boolean; override; |
![]() |
procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override; |
Properties
![]() |
property Password: StringRAL read FPassword write FPassword; |
![]() |
property UserName: StringRAL read FUserName write FUserName; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent; const AUser: StringRAL; const APassword: StringRAL); overload; |
![]() |
constructor Create(AOwner: TComponent); overload; override; |
![]() |
function IsAuthenticated: boolean; override; |
![]() |
procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override; |
Properties
![]() |
property Password: StringRAL read FPassword write FPassword; |
![]() |
property UserName: StringRAL read FUserName write FUserName; |
GitHub Repository
Generated by PasDoc 0.16.0.

