REST.Authenticator.OAuth.TOAuth1Authenticator Properties
InheritedProtected
AccessToken | published | Value used to sign a request to the service provider. |
AccessTokenEndpoint | published | URL of the service provider used to request the access token. |
AccessTokenSecret | published | Value used to sign a request to the service provider in addition to the access token. |
AuthenticationEndpoint | published | URL of the service provider used to authenticate and authorize a consumer. |
BindSource | published | |
CallbackEndpoint | published | Complete URL to the endpoint to which the service provider will redirect the user after obtaining authentication. |
ComObject | public | Specifies the interface reference implemented by the component. |
ComponentCount | public | Indicates the number of components owned by the component. |
ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
Components | public | Lists all components owned by the component. |
ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
ComponentStyle | public | Governs the behavior of the component. |
ConsumerKey | published | Value that identifies an application in the service provider after registering. |
ConsumerSecret | published | Value to establish the ownership of the ConsumerKey. |
DesignInfo | public | Contains information used by the Form designer. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
Expressions | protected | Specifies a list of binding components that are using this source component. |
IPImplementationID | published | Specifies the identifier of the HTTP abstraction implementation. |
Name | published | Specifies the name of the component as referenced in code. |
Nonce | public | Random string, uniquely generated for each HTTP request with a timestamp. |
NotifyList | protected | |
Observers | public | Indicates the TObservers object added to the TComponent. |
Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
RequestToken | published | Value used to retrieve the access token from the service provider. |
RequestTokenEndpoint | published | URL of the service provider used to request the request token. |
RequestTokenSecret | published | |
ScopeMappings | protected | Specifies an owned collection of scope mappings. |
SignatureMethod | public | |
SigningClass | public | |
SigningClassName | published | |
Tag | published | Stores a NativeInt integral value as a part of a component. |
Timestamp | public | Returns the UTC seconds of the current request. |
VCLComObject | public | Represents information used internally by components that support COM. |
VerifierPIN | published | Value used to verify the received request token. |
Version | public | Protocol version supported. |