aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/oauth-client-local.model.ts
blob: 0c6ce6c5df423a78249d929eae7753008be88fd3 (plain) (blame)
1
2
3
4
export interface OAuthClientLocal {
  client_id: string
  client_secret: string
}