Method | Description | |
---|---|---|
ChallengeResult ( string loginProvider, string redirectUri ) : Microsoft.Owin.Security | ||
ChallengeResult ( string loginProvider, string redirectUri, string userId ) : Microsoft.Owin.Security | ||
ExecuteResult ( ControllerContext context ) : void |
public ChallengeResult ( string loginProvider, string redirectUri ) : Microsoft.Owin.Security | ||
loginProvider | string | |
redirectUri | string | |
return | Microsoft.Owin.Security |
public ChallengeResult ( string loginProvider, string redirectUri, string userId ) : Microsoft.Owin.Security | ||
loginProvider | string | |
redirectUri | string | |
userId | string | |
return | Microsoft.Owin.Security |
public ExecuteResult ( ControllerContext context ) : void | ||
context | ControllerContext | |
return | void |