OAuthWeb GetAuthorizationUrl Method Nemiro.OAuth
Overload List

  NameDescription
Public methodStatic memberGetAuthorizationUrl(String)
Returns the authorization URL of the specified provider.
Public methodStatic memberGetAuthorizationUrl(String, NameValueCollection)
Returns the authorization URL of the specified provider with specified parameters.
Public methodStatic memberGetAuthorizationUrl(String, String)
Returns the authorization URL of the specified provider and return URL.
Public methodStatic memberGetAuthorizationUrl(String, NameValueCollection, String)
Returns the authorization URL of the specified provider, query parameters and return URL.
Public methodStatic memberGetAuthorizationUrl(ClientName, NameValueCollection, String)
Returns the authorization URL of the specified provider, query parameters and return URL.
Top
See Also