| 
 | 
 | 

 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
**Table Description**
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
- `access_token` currently user login berdasarkan token dan client_id
 | 
 | 
 | 
 | 
- `history_access_token` history user logged in
 | 
 | 
 | 
 | 
- `grant_type` untuk detail resource server mau konek menggunakan grant seperti berikut:
 | 
 | 
 | 
 | 
    1. authorization_code
 | 
 | 
 | 
 | 
    2. password
 | 
 | 
 | 
 | 
    3. implicit
 | 
 | 
 | 
 | 
    4. client_credentials	
 | 
 | 
 | 
 | 
    5. refresh_token
 | 
 | 
 | 
 | 
- `application` daftar resource server klo mau konek menggunakan oauth2
 | 
 | 
 | 
 | 
- `client-detail-application` tabel untuk menyimpan detail resource server bisa akses banyak applikasi
 | 
 | 
 | 
 | 
- `client_detail_grant_type` setiap resource server bisa banyak opsi untuk login contohnya menggunakan password dan authorization_code
 | 
 | 
 | 
 | 
- `client_detail_redirect_uri` (untuk grant type authorization_code) wajib mendaftarkan redirect uri ke web servernya | 
 | 
 | 
 | 
\ No newline at end of file |