X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fauth%2FAuthenticationRequest.php;h=7fc362a2042722c1393e7cc4c163425a9145b4bf;hb=06ba5ca383e29262cbf248bd42859e09acc6563f;hp=ff4569b1d99399a42e71bf77b6291ca4d5a52173;hpb=196db3429307c04e5c92f6c06a965a394d4a8a87;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/auth/AuthenticationRequest.php b/includes/auth/AuthenticationRequest.php index ff4569b1d9..7fc362a204 100644 --- a/includes/auth/AuthenticationRequest.php +++ b/includes/auth/AuthenticationRequest.php @@ -108,6 +108,10 @@ abstract class AuthenticationRequest { * - optional: (bool) If set and truthy, the field may be left empty * - sensitive: (bool) If set and truthy, the field is considered sensitive. Code using the * request should avoid exposing the value of the field. + * - skippable: (bool) If set and truthy, the client is free to hide this + * field from the user to streamline the workflow. If all fields are + * skippable (except possibly a single button), no user interaction is + * required at all. * * All AuthenticationRequests are populated from the same data, so most of the time you'll * want to prefix fields names with something unique to the extension/provider (although