access tokenが取得できるように
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef COCOATWEET_AUTHENTICATION_PLAIN_H
|
||||
#define COCOATWEET_AUTHENTICATION_PLAIN_H
|
||||
|
||||
#include <cocoatweet/authentication/authenticator.h>
|
||||
|
||||
namespace CocoaTweet::Authentication{
|
||||
class Plain: public AuthenticatorBase {
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user