adTempus API
ArcanaDevelopment.adTempus.Client Namespace / MessagingServiceProvider Class / OAuth2Provider Property


In This Topic
    OAuth2Provider Property
    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);
    }
    Remarks
    Requires ServerVersion 5 or higher.
    See Also