TwitterOptions.Validate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Added the validate method to ensure that the customer key and customer secret values are not not empty for the twitter authentication middleware
public:
override void Validate();
public override void Validate ();
override this.Validate : unit -> unit
Public Overrides Sub Validate ()