Skip to content

Instantly share code, notes, and snippets.

@jasongaylord
Created November 6, 2018 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongaylord/eaa79905049e0a014d94f230caf05eb2 to your computer and use it in GitHub Desktop.
Save jasongaylord/eaa79905049e0a014d94f230caf05eb2 to your computer and use it in GitHub Desktop.
public class TwitterOptions
{
[Required]
public string ConsumerKey { get; set; } = "";
[Required]
public string ConsumerSecret { get; set; } = "";
public string Username { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment