I want to login to google on the client then send the token to my server and validate it there. i.e. I'm supporting logging into my app with a google account but no immediate plans to access google services on the server beyond validating the token.
Currently the Token class is in the browser part of the api which has a dependency on dart:html.
I don't see any obvious dependencies that the Token class has on dart:html
I want to login to google on the client then send the token to my server and validate it there. i.e. I'm supporting logging into my app with a google account but no immediate plans to access google services on the server beyond validating the token.
Currently the
Tokenclass is in thebrowserpart of the api which has a dependency ondart:html.I don't see any obvious dependencies that the
Tokenclass has ondart:html