Assign(TPersistent)
|
|
AssignTo(TPersistent)
|
|
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncFunctionEvent,TObject)
|
|
BeginInvoke(TAsyncProcedureEvent,TObject)
|
|
BeginInvoke(TProc,TObject)
|
|
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject)
|
|
BeginInvoke<TResult>(TFunc<TResult>,TObject)
|
|
DestroyComponents
|
|
Destroying
|
|
EndFunctionInvoke(IAsyncResult)
|
|
EndInvoke(IAsyncResult)
|
|
EndInvoke<TResult>(IAsyncResult)
|
|
Equals(TObject)
|
|
ExecuteAction(TBasicAction)
|
|
FindComponent(String)
|
|
FinishAuthorization
|
Performs all routines required to properly terminate the current authorization session.
|
FreeNotification(TComponent)
|
|
FreeOnRelease
|
|
GetAuthorizationHeader
|
|
GetChildren(TGetChildProc,TComponent)
|
|
GetHashCode
|
|
GetNamePath
|
|
GetOwner
|
|
GetParentComponent
|
|
HasParent
|
|
InsertComponent(TComponent)
|
|
IsAccessTokenValid
|
Identifies if the authorization agent has a valid account access token.
|
IsImplementorOf(IInterface)
|
|
Load(string,string,string)
|
Assigns the specified access and refresh tokens to the authorization agent.
|
Loaded
|
|
Notification(TComponent,TOperation)
|
|
ReferenceInterface(IInterface,TOperation)
|
|
RefreshAccessToken
|
Updates the account access token.
|
RefreshScopes(Boolean)
|
Updates the list of active online account access scopes.
|
RegisterScopeRequestor(IdxOAuth2AuthorizationAgentScopeRequestor)
|
Associates the specified online data provider with the authorization agent.
|
RemoveComponent(TComponent)
|
|
RemoveFreeNotification(TComponent)
|
|
RestartAuthorization
|
Restarts the current authorization session.
|
RevokeAccessToken
|
Renders the account access and refresh tokens invalid and terminates the current authorization session.
|
SetParentComponent(TComponent)
|
|
SetSubComponent(Boolean)
|
|
StartAuthorization
|
Performs all routines required to authorize the agent in an online account.
|
ToString
|
|
UnregisterScopeRequestor(IdxOAuth2AuthorizationAgentScopeRequestor)
|
Disconnects the specified online data provider from the authorization agent.
|
UpdateAction(TBasicAction)
|
|
ValidateAccessToken
|
Validates the account access token.
|
ValidateAuthorization
|
|