REST.Authenticator.OAuth.OAuth2TokenTypeFromString

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function OAuth2TokenTypeFromString(const ATypeString: string): TOAuth2TokenType;

C++

extern DELPHI_PACKAGE TOAuth2TokenType __fastcall OAuth2TokenTypeFromString(const System::UnicodeString ATypeString);

Propriétés

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


Description

Renvoie un TOAuth2TokenType contenant le type de token.

OAuth2TokenTypeFromString renvoie un TOAuth2TokenType représentant le type de token contenu par le paramètre de chaîne ATypeString.

Voir aussi