oauth-client-local.model.ts 82 B

1234
  1. export interface OAuthClientLocal {
  2. client_id: string
  3. client_secret: string
  4. }