REST.Authenticator.OAuth.OAuth2ResponseTypeToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function OAuth2ResponseTypeToString(const AType: TOAuth2ResponseType): string;

C++

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

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 string containing the response type.

OAuth2ResponseTypeToString returns a string representing the response type contained by the AType parameter.

See Also