API:REST.Authenticator.OAuth.TOAuth2ResponseType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOAuth2ResponseType = (
rtCODE,
rtTOKEN);

C++

enum class DECLSPEC_DENUM TOAuth2ResponseType : unsigned char { rtCODE, rtTOKEN };

Properties

Type Visibility Source Unit Parent
enum public
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth REST.Authenticator.OAuth

Description

Embarcadero Technologies does not currently have any additional information.