basic認証用のプロバイダとベアラトークンを取得するためのエンドポイントアクセスを有効に
This commit is contained in:
@@ -8,6 +8,7 @@ public:
|
||||
enum class AuthenticationMethod{
|
||||
OAUTH10A,
|
||||
OAUTH2,
|
||||
BASIC,
|
||||
PLAIN,
|
||||
NONE
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user