| Access Constructor |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Access class.
Namespace: OAuthAssembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax public Access(
string key,
string secret
)
Public Sub New (
key As String,
secret As String
)
public:
Access(
String^ key,
String^ secret
)
new :
key : string *
secret : string -> Access
Parameters
- key
- Type: SystemString
Token key. - secret
- Type: SystemString
Token secret.
See Also