Class TRALOAuth

Unit

Declaration

type TRALOAuth = class(TObject)

Description

Class for the OAuth Token definition

Hierarchy

Overview

Methods

Public constructor Create;
Public function Load(const AValue: StringRAL): boolean;
Public function Validate: boolean;
Protected function AlgorithmToStr(AAlg: TRALOAuthAlgorithm): StringRAL;
Protected function GetHeader: TStringList;
Protected function GetSignature: StringRAL;
Protected function StrToAlgorithm(const AStr: StringRAL): TRALOAuthAlgorithm;

Properties

Published property Algorithm: TRALOAuthAlgorithm read FAlgorithm write FAlgorithm;
Published property CallBack: StringRAL read FCallBack write FCallBack;
Published property ConsumerKey: StringRAL read FConsumerKey write FConsumerKey;
Published property ConsumerSecret: StringRAL read FConsumerSecret write FConsumerSecret;
Public property Header: TStringList read GetHeader;
Published property Method: StringRAL read FMethod write FMethod;
Published property Nonce: StringRAL read FNonce write FNonce;
Public property Signature: StringRAL read GetSignature;
Published property Timestamp: Int64RAL read FTimestamp write FTimestamp;
Published property TokenAccess: StringRAL read FTokenAccess write FTokenAccess;
Published property TokenSecret: StringRAL read FTokenSecret write FTokenSecret;
Published property URL: StringRAL read FURL write FURL;
Published property Verifier: StringRAL read FVerifier write FVerifier;
Published property Version: StringRAL read FVersion write FVersion;

Description

Methods

Public constructor Create;

This item has no description.

Public function Load(const AValue: StringRAL): boolean;

This item has no description.

Public function Validate: boolean;

This item has no description.

Protected function AlgorithmToStr(AAlg: TRALOAuthAlgorithm): StringRAL;

This item has no description.

Protected function GetHeader: TStringList;

This item has no description.

Protected function GetSignature: StringRAL;

This item has no description.

Protected function StrToAlgorithm(const AStr: StringRAL): TRALOAuthAlgorithm;

This item has no description.

Properties

Published property Algorithm: TRALOAuthAlgorithm read FAlgorithm write FAlgorithm;

This item has no description.

Published property CallBack: StringRAL read FCallBack write FCallBack;

This item has no description.

Published property ConsumerKey: StringRAL read FConsumerKey write FConsumerKey;

This item has no description.

Published property ConsumerSecret: StringRAL read FConsumerSecret write FConsumerSecret;

This item has no description.

Public property Header: TStringList read GetHeader;

This item has no description.

Published property Method: StringRAL read FMethod write FMethod;

This item has no description.

Published property Nonce: StringRAL read FNonce write FNonce;

This item has no description.

Public property Signature: StringRAL read GetSignature;

This item has no description.

Published property Timestamp: Int64RAL read FTimestamp write FTimestamp;

This item has no description.

Published property TokenAccess: StringRAL read FTokenAccess write FTokenAccess;

This item has no description.

Published property TokenSecret: StringRAL read FTokenSecret write FTokenSecret;

This item has no description.

Published property URL: StringRAL read FURL write FURL;

This item has no description.

Published property Verifier: StringRAL read FVerifier write FVerifier;

This item has no description.

Published property Version: StringRAL read FVersion write FVersion;

This item has no description.



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.