REST.Authenticator.OAuth.OAuth2ResponseTypeFromString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function OAuth2ResponseTypeFromString(const ATypeString: string): TOAuth2ResponseType;

C++

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

Properties

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

Description

Returns a TOAuth2ResponseType containing the response type.

OAuth2ResponseTypeFromString returns a TOAuth2ResponseType representing the response type contained by the ATypeString parameter.

See Also