luxlabs header browser preview


@class NSDictionary, ACAccount;

@interface AMSAuthKitUpdateResult : NSObject <NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (readonly, nonatomic) ACAccount *account;
@property (readonly, nonatomic) NSDictionary *authenticationResults;
@property (readonly, nonatomic) unsigned long long credentialSource;

+ (id)_createUpdatedAccount:(id)a0 usingAuthenticationResults:(id)a1 options:(id)a2;

- (void)encodeWithCoder:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)initWithAccount:(id)a0 authenticationResults:(id)a1 credentialSource:(unsigned long long)a2 options:(id)a3;
- (id)initWithAccount:(id)a0 authenticationResults:(id)a1 options:(id)a2;

@end