README.md
# GoogleApi.VerifiedAccess
Verified Access API client library.
API for Verified Access chrome extension to provide credential verification for chrome devices connecting to an enterprise network
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_verified_access` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_verified_access, "~> 0.2"}]
end
```
## For more information
Product documentation is available at [https://www.google.com/work/chrome/](https://www.google.com/work/chrome/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_verified_access](https://hexdocs.pm/google_api_verified_access).