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
| Public | constructor Create; |
| Public | destructor Destroy; override; |
| Protected | function GetAuthBasic: TRALAuthBasic; |
| Protected | function GetAuthBearer: TRALJWT; |
| Protected | procedure AssignTo(Dest: TPersistent); override; |
| Protected | procedure CreateObjAuth; |
| Protected | procedure SetAuthString(const AValue: StringRAL); |
Properties
| Published | property AsAuthBasic: TRALAuthBasic read GetAuthBasic; |
| Published | property AsAuthBearer: TRALJWT read GetAuthBearer; |
| Published | property AuthString: StringRAL read FAuthString write SetAuthString; |
| Published | property AuthType: TRALAuthTypes read FAuthType write FAuthType; |
Description
Methods
| Public | constructor Create; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Protected | function GetAuthBasic: TRALAuthBasic; |
|
This item has no description. | |
| Protected | function GetAuthBearer: TRALJWT; |
|
This item has no description. | |
| Protected | procedure AssignTo(Dest: TPersistent); override; |
|
This item has no description. | |
| Protected | procedure CreateObjAuth; |
|
This item has no description. | |
| Protected | procedure SetAuthString(const AValue: StringRAL); |
|
This item has no description. | |
Properties
| Published | property AsAuthBasic: TRALAuthBasic read GetAuthBasic; |
|
This item has no description. | |
| Published | property AsAuthBearer: TRALJWT read GetAuthBearer; |
|
This item has no description. | |
| Published | property AuthString: StringRAL read FAuthString write SetAuthString; |
|
This item has no description. | |
| Published | property AuthType: TRALAuthTypes read FAuthType write FAuthType; |
|
This item has no description. | |
PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.