REST.Authenticator.OAuth.OAuth2TokenTypeToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function OAuth2TokenTypeToString(const AType: TOAuth2TokenType): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall OAuth2TokenTypeToString(const TOAuth2TokenType 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 token type.

TOAuth2ResponseType returns a string representing the token type contained by the AType parameter.

See Also