C# 클래스 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.
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 메소드들

메소드 설명
GetUserId ( Controller controller ) : string

Gets the user identifier.

메소드 상세

GetUserId() 공개 추상적인 메소드

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