Method code for $security_lib.bounce_to_auth()

[Turn on line numbering]
arg interface, destination;
var user;

if (!.check_userdb_with_optional(interface))
    return ['redirect, destination];
else
    return 0;

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

Tlon