{{define "content"}}

Api Keys for public oauth2 clients

These Api Keys give consent to public oauth2 clients to access to your profile. The keys are intended to be used programatically from the command line or scripts. {{ range $m := .flashes }}
{{ $m }}
{{ end }} {{ with .message }}
{{ . }}
{{ end }} {{ range $i, $c := .apiClients }} {{ $key := index $.keys $i }} {{ if $key }}

{{ $c.ClientID }} Active

{{ $c.Description }}

Last Accessed: {{ $key.LastAccessed.Format "Jan 02, 2006 15:04:05 MST" }}

{{ else }}

{{ $c.ClientID }} Inactive

{{ $c.Description }}

{{ end }} {{ end }} {{end}}