MultiFactorFacade.h 358 B

12345678910111213141516171819
  1. //
  2. // MultiFactorFacade.h
  3. // MultiFactorFacade
  4. //
  5. // Created by mengbingchuan on 2022/5/11.
  6. // Copyright © 2022 DTF. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <BioAuthEngine/IBioAuthFactor.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface MultiFactorFacade : NSObject<IBioAuthFactor>
  12. + (NSString*)getTokenid;
  13. @end
  14. NS_ASSUME_NONNULL_END