Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
ChallengeResult ( string provider, string redirectUri ) : System.Threading.Tasks | ||
ChallengeResult ( string provider, string redirectUri, string userId ) : System.Threading.Tasks | ||
ExecuteResult ( ControllerContext context ) : void |
public ChallengeResult ( string provider, string redirectUri ) : System.Threading.Tasks | ||
provider | string | |
redirectUri | string | |
Результат | System.Threading.Tasks |
public ChallengeResult ( string provider, string redirectUri, string userId ) : System.Threading.Tasks | ||
provider | string | |
redirectUri | string | |
userId | string | |
Результат | System.Threading.Tasks |
public ExecuteResult ( ControllerContext context ) : void | ||
context | ControllerContext | |
Результат | void |