CreateAuthMethod Function

Creates an admin auth method. This does not need to be called more than once per method, ever.

bool CreateAuthMethod(const char[] method)

Parameters

const char[] method

Name of the authentication method.

Return Value

True on success, false on failure.