| 
 | 
 | 

 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
**Table Description**
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
- `GrantTypes` untuk detail resource server mau konek menggunakan grant seperti berikut:
 | 
| 
 | 
 | 
    1. authorization_code
 | 
| 
 | 
 | 
    2. password
 | 
| 
 | 
 | 
    3. implicit
 | 
| 
 | 
 | 
    4. client_credentials	
 | 
| 
 | 
 | 
    5. refresh_token
 | 
| 
 | 
 | 
- `Applications` daftar resource server klo mau konek menggunakan oauth2
 | 
| 
 | 
 | 
- `ClientDetailApplications` tabel untuk menyimpan detail resource server bisa akses banyak applikasi
 | 
| 
 | 
 | 
- `ClientDetailGrantType` setiap resource server bisa banyak opsi untuk login contohnya menggunakan password dan authorization_code
 | 
| 
 | 
 | 
- `ClientDetailRedirectUris` (untuk grant type authorization_code) wajib mendaftarkan redirect uri ke web servernya
 | 
| 
 | 
 | 
- `ClientDetailScopes` untuk scope by client detail | 
 | 
 | 
\ No newline at end of file |