Illumina.BaseSpace.SDK.BaseSpaceClient.BeginOAuthDeviceAuth C# (CSharp) 메소드

BeginOAuthDeviceAuth() 공개 메소드

public BeginOAuthDeviceAuth ( Illumina.BaseSpace.SDK.ServiceModels.OAuthDeviceAuthRequest request, IRequestOptions options = null ) : Illumina.BaseSpace.SDK.ServiceModels.OAuthDeviceAuthResponse
request Illumina.BaseSpace.SDK.ServiceModels.OAuthDeviceAuthRequest
options IRequestOptions
리턴 Illumina.BaseSpace.SDK.ServiceModels.OAuthDeviceAuthResponse
        public OAuthDeviceAuthResponse BeginOAuthDeviceAuth(OAuthDeviceAuthRequest request, IRequestOptions options = null)
        {
            return WebClient.Send(request, options);
        }