pub fn authorize_url_implicit<EF, TT, TE>(client: &Client<EF, TT, TE>) -> Urlwhere
    EF: ExtraTokenFields,
    TT: TokenType,
    TE: ErrorResponseType,
Expand description

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

Security Warning

The URL produced by this function is vulnerable to Cross-Site Request Forgery attacks. It is highly recommended to use the Client::authorize_url_implicit function instead.