REST.Authenticator.OAuth.TOAuth2ResponseType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TOAuth2ResponseType = (
rtCODE,
rtTOKEN);

C++

enum class DECLSPEC_DENUM TOAuth2ResponseType : unsigned char { rtCODE, rtTOKEN };

プロパティ

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


説明

さまざまな応答の種類を定義しています。

TOAuth2ResponseType の取り得る値は以下のとおりです。

意味

rtCODE

クライアントの認証を含むデフォルト ワークフロー。

rtTOKEN

アクセス トークンを直接要求するための暗黙のワークフロー。

関連項目