Function remove_auth
Source pub fn remove_auth(name: &str) -> Result<bool, CallerError>
Expand description
Remove an authentication provider
§Arguments
name - Name of the authentication provider to remove
§Returns
true if the provider was removed, false if it didn’t exist