REST.Authenticator.OAuth.OAuth2ResponseTypeToString

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

Delphi

function OAuth2ResponseTypeToString(const AType: TOAuth2ResponseType): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall OAuth2ResponseTypeToString(const TOAuth2ResponseType AType);

プロパティ

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


説明

応答の種類を表す文字列を返します。

OAuth2ResponseTypeToString は、AType パラメータに含まれた応答の種類を表す文字列を返します。

関連項目