GmailClientSecrets Property
Gets the client credentials.
Namespace: DevCase.ThirdParty.Google.GmailAssembly: DevCase.net48.ThirdParty.GoogleServices (in DevCase.net48.ThirdParty.GoogleServices.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ClientSecrets Secrets { get; }
Public ReadOnly Property Secrets As ClientSecrets
Get
Dim instance As GmailClient
Dim value As ClientSecrets
value = instance.Secrets
public:
property ClientSecrets^ Secrets {
ClientSecrets^ get ();
}
member Secrets : ClientSecrets with get
No code example is currently available or this language may not be supported.
Property Value
ClientSecrets
The client credentials.