Class TRALClientOAuth

Unit

Declaration

type TRALClientOAuth = class(TRALAuthClient)

Description

OAuth Authenticator for client components

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public function IsAuthenticated: boolean; override;
Public procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override;

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;
Published property Nonce: StringRAL read FNonce write FNonce;
Published property RouteAuthorize: StringRAL read FRouteAuthorize write FRouteAuthorize;
Published property RouteInitialize: StringRAL read FRouteInitialize write FRouteInitialize;
Published property TokenAccess: StringRAL read FTokenAccess write FTokenAccess;
Published property TokenSecret: StringRAL read FTokenSecret write FTokenSecret;
Published property Verifier: StringRAL read FVerifier write FVerifier;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public function IsAuthenticated: boolean; override;
 
Public procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override;
 

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;
 
Published property Nonce: StringRAL read FNonce write FNonce;
 
Published property RouteAuthorize: StringRAL read FRouteAuthorize write FRouteAuthorize;
 
Published property RouteInitialize: StringRAL read FRouteInitialize write FRouteInitialize;
 
Published property TokenAccess: StringRAL read FTokenAccess write FTokenAccess;
 
Published property TokenSecret: StringRAL read FTokenSecret write FTokenSecret;
 
Published property Verifier: StringRAL read FVerifier write FVerifier;
 


GitHub Repository
Generated by PasDoc 0.16.0.