REST.Authenticator.OAuth.TOAuth1Authenticator

提供:RAD Studio API Documentation

エラー: 画像が無効、または存在しません。

Delphi

TOAuth1Authenticator = class(TCustomAuthenticator)

C++

class PASCALIMPLEMENTATION TOAuth1Authenticator : public Rest::Client::TCustomAuthenticator

プロパティ

種類 可視性 ソース ユニット
class public
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth REST.Authenticator.OAuth


説明

基本の OAuth1.0a 認証を実装したものです。

TOAuth1Authenticator では、基本の OAuth1.0a 認証を実装しています。TOAuth1Authenticator では、最小限のサポートと、 サービス プロバイダのワークフローに沿ったインフラストラクチャを提供しています。

サービス プロバイダに固有の認証クラスを作成するには、このクラスを継承してください。

関連項目