REST.Authenticator.OAuth.OAuth2ResponseTypeFromString

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

Delphi

function OAuth2ResponseTypeFromString(const ATypeString: string): TOAuth2ResponseType;

C++

extern DELPHI_PACKAGE TOAuth2ResponseType __fastcall OAuth2ResponseTypeFromString(const System::UnicodeString ATypeString);

プロパティ

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


説明

応答の種類を表す TOAuth2ResponseType を返します。

OAuth2ResponseTypeFromString は、ATypeString パラメータに含まれた応答の種類を表す TOAuth2ResponseType を返します。

関連項目