Method code for $security_lib.bounce_to_auth()

[Turn off line numbering]
  1: arg interface, destination;
  2: var user;
  3: 
  4: if (!.check_userdb_with_optional(interface))
  5:     return ['redirect, destination];
  6: else
  7:     return 0;

// Brad Roberts
// Bruce Mitchener, Jr.
// Created 19-May-1997 as a part of ColdCore, see: @help Credit

Tlon