Class Auth
Namespace: FastReport.Olap.Cloud.OAuth
Assembly: FastCube.Core.dll
API for OAuth protocol.
public class Auth
Inheritance
Methods
BuildSignedUrl(string, string, ConsumerContext, Token)
Builds signed URL.
public string BuildSignedUrl(string baseTokenUrl, string method, ConsumerContext consumer, Token token)
Parameters
baseTokenUrl
string
The base token URL.
method
string
The HTTP method.
consumer
ConsumerContext
The consumer context.
token
Token
The request token.
Returns
Signed URL.