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;

This item has no description.

Public function IsAuthenticated: boolean; override;

This item has no description.

Public procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override;

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.

Published property Nonce: StringRAL read FNonce write FNonce;

This item has no description.

Published property RouteAuthorize: StringRAL read FRouteAuthorize write FRouteAuthorize;

This item has no description.

Published property RouteInitialize: StringRAL read FRouteInitialize write FRouteInitialize;

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 Verifier: StringRAL read FVerifier write FVerifier;

This item has no description.



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.