Class Parser
Namespace: FastReport.Olap.Cloud.OAuth
Assembly: FastCube.Core.dll
Represents parser for parse OAuth responses.
public static class Parser
Inheritance
Methods
ParseFastCloudToken(Stream)
Parses token information in stream for FastCloud.
public static string ParseFastCloudToken(Stream stream)
Parameters
stream
Stream
The stream for parse.
Returns
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
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
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
The OAuth token.