{{#let (hash value=(or sortBy "MethodName:asc") change=(action (mut sortBy) value="target.selected") ) (hash kind=(hash value=(if kind (split kind ',') undefined) change=(action (mut kind) value="target.selectedItems") ) source=(hash value=(if source (split source ',') undefined) change=(action (mut source) value="target.selectedItems") ) searchproperty=(hash value=(if (not-eq searchproperty undefined) (split searchproperty ',') searchProperties ) change=(action (mut searchproperty) value="target.selectedItems") default=searchProperties ) ) items as |sort filters items|}}

{{route.model.hi}} Auth Methods

{{#if (gt items.length 0)}} {{/if}}

{{#if (gt items.length 0)}} No auth methods found {{else}} Welcome to Auth Methods {{/if}}

{{#if (gt items.length 0)}} No auth methods where found matching that search, or you may not have access to view the auth methods you are searching for. {{else}} There don't seem to be any auth methods, or you may not have access to view auth methods yet. {{/if}}

{{/let}}