REST.Authenticator.OAuth.OAuth2TokenTypeToString

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

Delphi

function OAuth2TokenTypeToString(const AType: TOAuth2TokenType): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall OAuth2TokenTypeToString(const TOAuth2TokenType AType);

プロパティ

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


説明

トークンの種類を表す文字列を返します。

TOAuth2ResponseType は、AType パラメータに含まれたトークンの種類を表す文字列を返します。

関連項目