REST.Authenticator.OAuth.OAuth2TokenTypeToString
Delphi
function OAuth2TokenTypeToString(const AType: TOAuth2TokenType): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall OAuth2TokenTypeToString(const TOAuth2TokenType AType);
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 une chaîne contenant le type de token.
TOAuth2ResponseType renvoie une chaîne représentant le type de token contenu par le paramètre AType
.