Class TRALAuthorization

Unit

Declaration

type TRALAuthorization = class(TPersistent)

Description

Class to define which kind of authentication is used on the data

Hierarchy

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;
 
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;
 


GitHub Repository
Generated by PasDoc 0.16.0.