RootHandler is the main handler that handels all the root requests
()
| 103 | RevokeRefreshTokenHandler() gin.HandlerFunc |
| 104 | // RootHandler is the main handler that handels all the root requests |
| 105 | RootHandler() gin.HandlerFunc |
| 106 | // TokenHandler is the main handler that handels all the token requests |
| 107 | TokenHandler() gin.HandlerFunc |
| 108 | // UserInfoHandler is the main handler that handels all the user info requests |