scopes

OAuth scopes requested during authorization.

The openid scope is always required. OAuth callbacks without an ID token are not supported; use Ktor's generic OAuth support for access-token-only login.

Report a problem