Method | Description | |
---|---|---|
AuthorizationCodeMvcApp ( Controller controller, |
Constructs a new authorization code MVC app using the given controller and flow data.
|
|
AuthorizeAsync ( |
Asynchronously authorizes the installed application to access user's protected data. It gets the user identifier by calling to Google.Apis.Auth.OAuth2.Mvc.FlowMetadata.GetUserId and then calls to Google.Apis.Auth.OAuth2.AuthorizationCodeWebApp.AuthorizeAsync.
|
public AuthorizationCodeMvcApp ( Controller controller, |
||
controller | Controller | |
flowData | ||
return | System |
public AuthorizeAsync ( |
||
taskCancellationToken | Cancellation token to cancel an operation | |
return | Task |