Class TRALOAuth
Unit
Declaration
type TRALOAuth = class(TObject)
Description
Class for the OAuth Token definition
Hierarchy
- TObject
- TRALOAuth
Overview
Methods
![]() |
constructor Create; |
![]() |
function Load(const AValue: StringRAL): boolean; |
![]() |
function Validate: boolean; |
![]() |
function AlgorithmToStr(AAlg: TRALOAuthAlgorithm): StringRAL; |
![]() |
function GetHeader: TStringList; |
![]() |
function GetSignature: StringRAL; |
![]() |
function StrToAlgorithm(const AStr: StringRAL): TRALOAuthAlgorithm; |
Properties
![]() |
property Algorithm: TRALOAuthAlgorithm read FAlgorithm write FAlgorithm; |
![]() |
property CallBack: StringRAL read FCallBack write FCallBack; |
![]() |
property ConsumerKey: StringRAL read FConsumerKey write FConsumerKey; |
![]() |
property ConsumerSecret: StringRAL read FConsumerSecret write FConsumerSecret; |
![]() |
property Header: TStringList read GetHeader; |
![]() |
property Method: StringRAL read FMethod write FMethod; |
![]() |
property Nonce: StringRAL read FNonce write FNonce; |
![]() |
property Signature: StringRAL read GetSignature; |
![]() |
property Timestamp: Int64RAL read FTimestamp write FTimestamp; |
![]() |
property TokenAccess: StringRAL read FTokenAccess write FTokenAccess; |
![]() |
property TokenSecret: StringRAL read FTokenSecret write FTokenSecret; |
![]() |
property URL: StringRAL read FURL write FURL; |
![]() |
property Verifier: StringRAL read FVerifier write FVerifier; |
![]() |
property Version: StringRAL read FVersion write FVersion; |
Description
Methods
![]() |
constructor Create; |
![]() |
function Load(const AValue: StringRAL): boolean; |
![]() |
function Validate: boolean; |
![]() |
function AlgorithmToStr(AAlg: TRALOAuthAlgorithm): StringRAL; |
![]() |
function GetHeader: TStringList; |
![]() |
function GetSignature: StringRAL; |
![]() |
function StrToAlgorithm(const AStr: StringRAL): TRALOAuthAlgorithm; |
Properties
![]() |
property Algorithm: TRALOAuthAlgorithm read FAlgorithm write FAlgorithm; |
![]() |
property CallBack: StringRAL read FCallBack write FCallBack; |
![]() |
property ConsumerKey: StringRAL read FConsumerKey write FConsumerKey; |
![]() |
property ConsumerSecret: StringRAL read FConsumerSecret write FConsumerSecret; |
![]() |
property Header: TStringList read GetHeader; |
![]() |
property Method: StringRAL read FMethod write FMethod; |
![]() |
property Nonce: StringRAL read FNonce write FNonce; |
![]() |
property Signature: StringRAL read GetSignature; |
![]() |
property Timestamp: Int64RAL read FTimestamp write FTimestamp; |
![]() |
property TokenAccess: StringRAL read FTokenAccess write FTokenAccess; |
![]() |
property TokenSecret: StringRAL read FTokenSecret write FTokenSecret; |
![]() |
property URL: StringRAL read FURL write FURL; |
![]() |
property Verifier: StringRAL read FVerifier write FVerifier; |
![]() |
property Version: StringRAL read FVersion write FVersion; |
GitHub Repository
Generated by PasDoc 0.16.0.


