You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
358 B
19 lines
358 B
//
|
|
// MultiFactorFacade.h
|
|
// MultiFactorFacade
|
|
//
|
|
// Created by mengbingchuan on 2022/5/11.
|
|
// Copyright © 2022 DTF. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import <BioAuthEngine/IBioAuthFactor.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface MultiFactorFacade : NSObject<IBioAuthFactor>
|
|
+ (NSString*)getTokenid;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|