REST.Authenticator.OAuth.OAuth2ResponseTypeToString

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function OAuth2ResponseTypeToString(const AType: TOAuth2ResponseType): string;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth REST.Authenticator.OAuth


Description

Renvoie une chaîne contenant le type de réponse.

OAuth2ResponseTypeToString renvoie une chaîne représentant le type de réponse contenu par le paramètre AType.

Voir aussi