REST.Authenticator.OAuth.OAuth2TokenTypeFromString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function OAuth2TokenTypeFromString(const ATypeString: string): TOAuth2TokenType;

C++

extern DELPHI_PACKAGE TOAuth2TokenType __fastcall OAuth2TokenTypeFromString(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 TOAuth2TokenType containing the token type.

OAuth2TokenTypeFromString returns a TOAuth2TokenType representing the token type contained by the ATypeString string parameter.

See Also