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 }}
Are you sure you want to delete your Api Key?
This action CANNOT be undone. This will permanently delete
your Api Key for and if you'd like to use it in the future, you will
need to create a new one.
Are you sure you want to create an Api Key?
This will create a new Api Key for and allow access to the following
scopes:
By clicking the create button below you are giving consent for this client to access your profile.