C# Class Google.Apis.Auth.OAuth2.Mvc.FlowMetadata

Flow metadata abstract class which contains the reference to the Google.Apis.Auth.OAuth2.FlowsIAuthorizationCodeFlow and method to get the user identifier.
Exibir arquivo Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method Description
GetUserId ( Controller controller ) : string

Gets the user identifier.

Method Details

GetUserId() public abstract method

Gets the user identifier.
public abstract GetUserId ( Controller controller ) : string
controller Controller The controller
return string