Specifies whether the Authorization Server prompts the End-User for reauthentication and consent.

Enumeration Members

Enumeration Members

CONSENT: "consent"

Forces a consent screen, even if the user has previously granted permissions.

LOGIN: "login"

Forces reauthentication, even if the user is already logged in.

NONE: "none"

Silent authentication: if the user is not logged in, an error is returned instead of a login prompt.