# OAuth 2.0 Refresh Token
Refresh Token grant type은 access token이 만료되었을 때 클라이언트가 refresh token을 access token으로 교환하는데 사용됩니다.
이렇게 하면 클라이언트는 사용자와의 추가 작업없이 유효한 access token 을 계속 가질 수 있습니다.
#oauth OAuth Grant Types
Refresh Token grant type은 access token이 만료되었을 때 클라이언트가 refresh token을 access token으로 교환하는데 사용됩니다.
이렇게 하면 클라이언트는 사용자와의 추가 작업없이 유효한 access token 을 계속 가질 수 있습니다.
#oauth OAuth Grant Types