Table of Contents

Class Parser

Namespace: FastReport.Olap.Cloud.OAuth
Assembly: FastCube.Core.dll

Represents parser for parse OAuth responses.

public static class Parser

Inheritance

objectParser

Methods

ParseFastCloudToken(Stream)

Parses token information in stream for FastCloud.

public static string ParseFastCloudToken(Stream stream)

Parameters

stream Stream

The stream for parse.

Returns

string

The FastCloud access token.

ParseGoogleDriveToken(Stream)

Parses token information in stream for Google Drive.

public static string ParseGoogleDriveToken(Stream stream)

Parameters

stream Stream

The stream for parse.

Returns

string

The Google Drive access token.

ParseSkyDriveToken(Stream)

Parses token information in stream for SkyDrive.

public static string ParseSkyDriveToken(Stream stream)

Parameters

stream Stream

The stream for parse.

Returns

string

The SkyDrive access token.

ParseToken(Stream)

Parses token information in stream.

public static Token ParseToken(Stream stream)

Parameters

stream Stream

The stream for parse.

Returns

Token

The OAuth token.