REST.Authenticator.OAuth.OAuth2ResponseTypeFromString

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function OAuth2ResponseTypeFromString(const ATypeString: string): TOAuth2ResponseType;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth REST.Authenticator.OAuth


Beschreibung

Gibt einen TOAuth2ResponseType zurück, der den Antworttyp enthält.

OAuth2ResponseTypeFromString gibt einen TOAuth2ResponseType zurück, der den im Parameter ATypeString enthaltenen Antworttyp repräsentiert.

Siehe auch