Skip to main content

check

Function check 

Source
pub fn check(realm: &str, account: &str) -> SaTokenResult<()>
Expand description

Check HTTP Basic.

account format: user:password. Empty account falls back to config.http_basic. account 格式为 user:password;空则回退 config.http_basic。