Method | Description | |
---|---|---|
ChallengeResult ( string provider, string redirectUri ) : System.Linq |
Initializes a new instance of the ChallengeResult class.
|
|
ChallengeResult ( string provider, string redirectUri, string userId ) : System.Linq |
Initializes a new instance of the ChallengeResult class.
|
|
ExecuteResult ( ControllerContext context ) : void |
The execute result.
|
public ChallengeResult ( string provider, string redirectUri ) : System.Linq | ||
provider | string | /// The provider. /// |
redirectUri | string | /// The redirect uri. /// |
return | System.Linq |
public ChallengeResult ( string provider, string redirectUri, string userId ) : System.Linq | ||
provider | string | /// The provider. /// |
redirectUri | string | /// The redirect uri. /// |
userId | string | /// The user id. /// |
return | System.Linq |
public ExecuteResult ( ControllerContext context ) : void | ||
context | ControllerContext | /// The context. /// |
return | void |