C# 클래스 MediaAppSample.Core.Data.MicrosoftApi

API access to Microsoft account data.
상속: ClientApiBase
파일 보기 프로젝트 열기: Microsoft/TVHelpers 1 사용 예제들

공개 메소드들

메소드 설명
GetUserProfile ( string token, CancellationToken ct = null ) : Task

Retrieves a user's Microsoft account profile data.

MicrosoftApi ( ) : MediaAppSample.Core.Models

메소드 상세

GetUserProfile() 공개 메소드

Retrieves a user's Microsoft account profile data.
public GetUserProfile ( string token, CancellationToken ct = null ) : Task
token string Token to access the Microsoft account data.
ct System.Threading.CancellationToken Cancellation token.
리턴 Task

MicrosoftApi() 공개 메소드

public MicrosoftApi ( ) : MediaAppSample.Core.Models
리턴 MediaAppSample.Core.Models