Class TRALAuthorization
Unit
Declaration
type TRALAuthorization = class(TPersistent)
Description
Class to define which kind of authentication is used on the data
Hierarchy
- TObject
- TPersistent
- TRALAuthorization
Overview
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function GetAuthBasic: TRALAuthBasic; |
![]() |
function GetAuthBearer: TRALJWT; |
![]() |
procedure AssignTo(Dest: TPersistent); override; |
![]() |
procedure CreateObjAuth; |
![]() |
procedure SetAuthString(const AValue: StringRAL); |
Properties
![]() |
property AsAuthBasic: TRALAuthBasic read GetAuthBasic; |
![]() |
property AsAuthBearer: TRALJWT read GetAuthBearer; |
![]() |
property AuthString: StringRAL read FAuthString write SetAuthString; |
![]() |
property AuthType: TRALAuthTypes read FAuthType write FAuthType; |
Description
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function GetAuthBasic: TRALAuthBasic; |
![]() |
function GetAuthBearer: TRALJWT; |
![]() |
procedure AssignTo(Dest: TPersistent); override; |
![]() |
procedure CreateObjAuth; |
![]() |
procedure SetAuthString(const AValue: StringRAL); |
Properties
![]() |
property AsAuthBasic: TRALAuthBasic read GetAuthBasic; |
![]() |
property AsAuthBearer: TRALJWT read GetAuthBearer; |
![]() |
property AuthString: StringRAL read FAuthString write SetAuthString; |
![]() |
property AuthType: TRALAuthTypes read FAuthType write FAuthType; |
GitHub Repository
Generated by PasDoc 0.16.0.


