DITAuthenticationRequest

@interface DITAuthenticationRequest : NSObject

@property (nonatomic, nullable, readonly) NSString *appId;
@property (nonatomic, nullable, readonly) NSNumber *siteID;
@property (nonatomic, nullable, readonly) NSString *thirdPartyToken;
@property (nonatomic, nullable, readonly) NSString *tokenSource;
@property (nonatomic, nullable, readonly) NSString *username;
@property (nonatomic, nullable, readonly) NSString *password;

- (void)allow:(DITAuthenticationSuccess *)success;
- (void)deny;

@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, nullable, readonly) NSString *appId
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, nullable, readonly) NSNumber *siteID
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, nullable, readonly) NSString *thirdPartyToken
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, nullable, readonly) NSString *tokenSource
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, nullable, readonly) NSString *username
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, nullable, readonly) NSString *password
  • Undocumented

    Declaration

    Objective-C

    - (void)allow:(DITAuthenticationSuccess *)success;
  • Undocumented

    Declaration

    Objective-C

    - (void)deny;