Google.Apis.Auth.OAuth2.Mvc.FlowMetadata.GetUserId C# (CSharp) Method

GetUserId() public abstract method

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