REST.Authenticator.OAuth.EOAuth2Exception

From RAD Studio API Documentation
Jump to: navigation, search

REST.Types.ERESTExceptionSystem.SysUtils.ExceptionSystem.TObjectEOAuth2Exception

Delphi

EOAuth2Exception = class(ERESTException);

C++

class PASCALIMPLEMENTATION EOAuth2Exception : public Rest::Types::ERESTException

Properties

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

Description

It raises when TOAuth2Authenticator finds the wrong usage of authentication properties.

EOAuth2Exception is the base OAuth exception class.