Class Auth
API for OAuth protocol.
Inheritance
System.Object
Auth
Namespace: FastReport.Cloud.OAuth
Assembly: FastReport.dll
Syntax
public class Auth
Methods
BuildSignedUrl(String, String, ConsumerContext, Token)
Builds signed URL.
Declaration
public string BuildSignedUrl(string baseTokenUrl, string method, ConsumerContext consumer, Token token)
Parameters
Type | Name | Description |
---|---|---|
System.String | baseTokenUrl | The base token URL. |
System.String | method | The HTTP method. |
ConsumerContext | consumer | The consumer context. |
Token | token | The request token. |
Returns
Type | Description |
---|---|
System.String | Signed URL. |