Credentials.ApplicationSecret Property

Routee SMSClient

CredentialsApplicationSecret Property

Gets or sets the application secret.

Namespace:  RouteeSMSClient.RouteeBase
Assembly:  RouteeSMSClient (in RouteeSMSClient.dll) Version: 1.0.0
Syntax
C#
public string ApplicationSecret { get; set; }

Property Value

Type: String
The application secret.

Implements

IServiceCredentialStoreOauthApplicationSecret
See Also