Class GoogleCredential
This class represents Google credential.
Inherited Members
Namespace: Kinvey
Assembly: Kinvey.dll
Syntax
public class GoogleCredential : OAuth2
Constructors
| Improve this Doc View SourceGoogleCredential(String)
Initializes a new instance of the GoogleCredential class.
Declaration
public GoogleCredential(string accesstoken)
Parameters
Type | Name | Description |
---|---|---|
System.String | accesstoken | Access token. |