application_name


Description:

public string application_name { get; construct; }

The human-readable, translated application name for the client, to be presented to the user on the authentication page at the URI returned by request_authentication_uri.

If null is provided in the constructor to OAuth1Authorizer, the value returned by get_application_name will be used as a fallback. Note that this may also be null: in this case, the authentication page will use the application name “anonymous”.