REST.Authenticator.OAuth.OAuth2ResponseTypeFromString

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function OAuth2ResponseTypeFromString(const ATypeString: string): TOAuth2ResponseType;

C++

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

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 un TOAuth2ResponseType contenant le type de réponse.

OAuth2ResponseTypeFromString renvoie un TOAuth2ResponseType représentant le type de réponse contenu par le paramètre ATypeString.

Voir aussi