Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
public enum TSBOAUTH2ErrorReportType { oerNone = 0, oerParam = 1, oerFragment = 2 };
[VB.NET]
Enum TSBOAUTH2ErrorReportType
oerNone = 0
oerParam = 1
oerFragment = 2
End Enum
[Pascal]
under development
[C++]
typedef uint8_t TSBOAUTH2ErrorReportTypeRaw;
typedef enum { oerNone = 0, oerParam = 1, oerFragment = 2 } TSBOAUTH2ErrorReportType;
[PHP]
class TSBOAUTH2ErrorReportType extends TSBBaseEnum {
const oerNone = 0;
const oerParam = 1;
const oerFragment = 2;
}
[Java]
public enum TSBOAUTH2ErrorReportType { oerNone, oerParam, oerFragment }
Possible values
Declared in
.NET:
- Namespace: SBHTTPSServer
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum