OBSAuthVersion Constants Reference

Declared in OBSBaseConstDefinition.h

OBSAuthVersion

  • OBS authentication version enumeration

Definition

typedef NS_ENUM(NSInteger, OBSAuthVersion ) {
   OBSAuthVersionNULL0,
   OBSAuthVersionV2,
   OBSAuthVersionV4,
};

Constants

OBSAuthVersionNULL0
 *  Default authentication

Declared In OBSBaseConstDefinition.h.

OBSAuthVersionV2
 *  V2 authentication

Declared In OBSBaseConstDefinition.h.

OBSAuthVersionV4
 *  V4 authentication

Declared In OBSBaseConstDefinition.h.

Declared In

OBSBaseConstDefinition.h