REST.Authenticator.OAuth
Package | RESTComponents270.bpl |
---|
Contents
Classes
EOAuth2Exception | It raises when TOAuth2Authenticator finds the wrong usage of authentication properties. |
TOAuth1Authenticator | Implements a basic OAuth1.0a authentication. |
TOAuth1AuthenticatorAdapter | LiveBindings adapter for TOAuth1Authenticator. |
TOAuth1SignatureMethod | |
TOAuth1SignatureMethod_HMAC_SHA1 | |
TOAuth1SignatureMethod_PLAINTEXT | |
TOAuth1SignatureMethodClass | |
TOAuth2Authenticator | Implements a basic OAuth2 authentication. |
TOAuth2AuthenticatorAdapter | LiveBindings adapter for TOAuth2Authenticator. |
TOAuth2Exception | |
TSubOAuth1AuthenticationBindSource | LiveBindings bindsource for TOAuth1Authenticator. |
TSubOAuth2AuthenticationBindSource | LiveBindings bindsource for TOAuth2Authenticator. |
Routines
OAuth2ResponseTypeFromString | Returns a TOAuth2ResponseType containing the response type. |
OAuth2ResponseTypeToString | Returns a string containing the response type. |
OAuth2TokenTypeFromString | Returns a TOAuth2TokenType containing the token type. |
OAuth2TokenTypeToString | Returns a string containing the token type. |
Types
TOAuth2ResponseType | Defines the different response types. |
TOAuth2TokenType | Defines the different token types. |
Variables
DefaultOAuth1SignatureClass | |
DefaultOAuth2AccessTokenParamName | |
DefaultOAuth2ResponseType | |
DefaultOAuth2TokenType |