Class TRALClientOAuth
Unit
Declaration
type TRALClientOAuth = class(TRALAuthClient)
Description
OAuth Authenticator for client components
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALAuthentication
- TRALAuthClient
- TRALClientOAuth
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
function IsAuthenticated: boolean; override; |
![]() |
procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override; |
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 Nonce: StringRAL read FNonce write FNonce; |
![]() |
property RouteAuthorize: StringRAL read FRouteAuthorize write FRouteAuthorize; |
![]() |
property RouteInitialize: StringRAL read FRouteInitialize write FRouteInitialize; |
![]() |
property TokenAccess: StringRAL read FTokenAccess write FTokenAccess; |
![]() |
property TokenSecret: StringRAL read FTokenSecret write FTokenSecret; |
![]() |
property Verifier: StringRAL read FVerifier write FVerifier; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
function IsAuthenticated: boolean; override; |
![]() |
procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override; |
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 Nonce: StringRAL read FNonce write FNonce; |
![]() |
property RouteAuthorize: StringRAL read FRouteAuthorize write FRouteAuthorize; |
![]() |
property RouteInitialize: StringRAL read FRouteInitialize write FRouteInitialize; |
![]() |
property TokenAccess: StringRAL read FTokenAccess write FTokenAccess; |
![]() |
property TokenSecret: StringRAL read FTokenSecret write FTokenSecret; |
![]() |
property Verifier: StringRAL read FVerifier write FVerifier; |
GitHub Repository
Generated by PasDoc 0.16.0.

