moltendorf
07/05/2022, 8:36 AMexternal interface Auth0ContextInterface : AuthState {
fun logout(options: Object? = definedExternally): Void
}
and I call it like so: auth0.logout(object { val localOnly = true })
only it (unlike the documentation implies) adds localOnly_1 to the url and redirects me (whereas that option should not perform anything with urls)
https://auth0.github.io/auth0-react/interfaces/Auth0ContextInterface.html#logoutBig Chungus
07/05/2022, 8:48 AMBig Chungus
07/05/2022, 9:26 AMturansky
07/05/2022, 9:28 AMBig Chungus
07/05/2022, 9:30 AMturansky
07/05/2022, 9:32 AMand compiler checks are unlikely as this is not part of stdlibI’m talking about custom compiler plugin 🙂
moltendorf
07/06/2022, 2:45 AM