peburrows / goth

Elixir package for Oauth authentication via Google Cloud APIs
http://hexdocs.pm/goth
MIT License
284 stars 108 forks source link

change for_scope spec to accept {String.t(),String.t()} #44

Closed KevinMarth closed 6 years ago

KevinMarth commented 6 years ago

When calling Token.for_scope({String.t(), String.t()}), a Dialyzer warning is seen. The for_scope spec has been changed to cover this case and now aligns with the TokenStore.find spec, since for_scope calls find with the same arguments.

peburrows commented 6 years ago

Merged and included in the v0.10.0 release.

Thanks!