Method | Description | |
---|---|---|
ChallengeResult ( string provider, string redirectUri ) : System | ||
ChallengeResult ( string provider, string redirectUri, string userId ) : System | ||
ExecuteResult ( ControllerContext context ) : void |
public ChallengeResult ( string provider, string redirectUri ) : System | ||
provider | string | |
redirectUri | string | |
return | System |
public ChallengeResult ( string provider, string redirectUri, string userId ) : System | ||
provider | string | |
redirectUri | string | |
userId | string | |
return | System |
public ExecuteResult ( ControllerContext context ) : void | ||
context | ControllerContext | |
return | void |