http and lots of formats
This commit is contained in:
16
public/appleauth/iauth.h
Normal file
16
public/appleauth/iauth.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef APPLE_AUTH_H
|
||||
#define APPLE_AUTH_H
|
||||
|
||||
#include "tier0/platform.h"
|
||||
#include "tier2/iappsystem.h"
|
||||
|
||||
abstract_class IAppleAuth: public IAppSystem
|
||||
{
|
||||
public:
|
||||
virtual void SubmitLoginData( const char *szEmail, const char *szPassword ) = 0;
|
||||
virtual void Submit2FA( const char *szCode ) = 0;
|
||||
};
|
||||
|
||||
IAppleAuth *AppleAuth();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user