REST.Authenticator.OAuth.OAuth2ResponseTypeToString

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function OAuth2ResponseTypeToString(const AType: TOAuth2ResponseType): string;

C++

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

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 String zurück, der den Antworttyp enthält.

OAuth2ResponseTypeToString gibt einen String zurück, der den im Parameter AType enthaltenen Antworttyp repräsentiert.

Siehe auch