OAuth Implicit Code Flow (User Access Tokens) Expiration?

Implicit code flow is meant for entirely client-side applications and such applications generally run the user through the login flow once per session, and sessions are unlikely to last longer than the token does (at least that’s how it should be).