Authentication #<%= @authentication.id %>

<%= link_to 'Delete', admin_authentication_path(@authentication), :method => :delete, :data => { :confirm => 'Are you sure you want to delete this Authentication?' } %>

<%= @authentication.provider %>
<%= @authentication.uid %>

Credentials

<%= render partial: 'stenographer/shared/key_value_field_display', locals: { dictionary: @authentication.credentials_hash } %>
<%= link_to('Back', admin_authentications_path, class: 'button is-link') %>