• Returns auth flags and rules provided as option to the login function, or if they are not provided, the function uses config name to load login config from chain. If configName is null or undefined too, then default login config will be loaded from chain.

    Parameters

    Returns Promise<{
        flags: string[];
        rules: AuthDescriptorRules | null;
    }>