OpenIDGetParamsForYahooOpenIdWithOAuth Method
Creates a collection with OpenID requests for Yahoo OpenID + OAuth.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public static StringDictionary GetParamsForYahooOpenIdWithOAuth()

Return Value

Type: StringDictionary
A StringDictionary object filled with the parameters specific for Yahoo's implementation of OpenID + OAuth.
Remarks

The returned StringDictionary object contains the following parameters:

openid.nshttp://specs.openid.net/auth/2.0
openid.claimed_idhttp://specs.openid.net/auth/2.0/identifier_select
openid.identityhttp://specs.openid.net/auth/2.0/identifier_select
openid.modecheckid_setup
openid.ns.oauthhttp://specs.openid.net/extensions/oauth/1.0
Note Note
At the moment of writing, Yahoo does not yet support OpenID + OAuth for IMAP or SMTP (only for HTTP).

An OpenID request parameter list depends on a particular target server implementation (Yahoo, Google, etc). You can change the default parameters or create and fill your own collection.

See Also