REST.Authenticator.OAuth.TOAuth2ResponseType
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 の取り得る値は以下のとおりです。
値 | 意味 |
---|---|
|
クライアントの認証を含むデフォルト ワークフロー。 |
|
アクセス トークンを直接要求するための暗黙のワークフロー。 |