15 lines
232 B
C#
15 lines
232 B
C#
using Inotify.ThridOauth.Common;
|
|
using Inotify.ThridOauth.IService;
|
|
|
|
|
|
|
|
|
|
namespace Inotify.ThridOauth.IService
|
|
{
|
|
public interface ILogin
|
|
{
|
|
AuthorizeResult Authorize();
|
|
|
|
string AuthorizeCode { get; }
|
|
}
|
|
} |