[][src]Module oauth2::insecure

Insecure methods -- not recommended for most applications.

Functions

authorize_url

Produces the full authorization URL used by the Authorization Code Grant flow, which is the most common OAuth2 flow.

authorize_url_implicit

Produces the full authorization URL used by the Implicit Grant flow.