REST.Authenticator.OAuth.TOAuth2ResponseType
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
Defines the different response types.
TOAuth2ResponseType can have the following values:
Value | Meaning |
---|---|
|
Default workflow including the authentication of the client. |
|
Implicit workflow for directly requesting an access-token. |