Constant oauth2_types::scope::OFFLINE_ACCESS

source ·
pub const OFFLINE_ACCESS: ScopeToken;
Expand description

offline_access.

Requests that an OAuth 2.0 Refresh Token be issued that can be used to obtain an Access Token that grants access to the End-User’s Userinfo Endpoint even when the End-User is not present (not logged in).