pub const REDIRECT_URI_OOB: &'static str = "urn:ietf:wg:oauth:2.0:oob";
Expand description

Signals the server to return the authorization code by prompting the user to copy and paste.

See Choosing a redirect URI.