Oauth Implicit Grant Flow for SmartApp

All of the documentation on Authorization focuses on Authorization Code grant types. I’m curious if Implicit Grant is supported, for developiong client-side javascript apps without exposing Client Secret. I’ve been unable to get this to work in my testing.

TIA,
Kevin

I would assume that Implicit isn’t supported since it’s not recommended to be used anymore.