nulab / scala-oauth2-provider

OAuth 2.0 server-side implementation written in Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set refresh token expires times.

hxdhan opened this issue · comments

does any setting do refresh token expires times.

Refresh token is nothing to be defined expires time in OAuth 2.0 specification.
You just define the time in your application.