In This Topic
The service that OAuth2 authentication is being performed against. Must be set to one of the ArcanaDevelopment.OAuthConnector.OAuth2ProviderNames values.
Syntax
'Declaration
Public Property OAuth2Provider As String
public string OAuth2Provider {get; set;}
public:
property String^ OAuth2Provider {
String^ get();
void set ( String^ value);
}
See Also