README.md

# GoogleApi.VerifiedAccess

Chrome 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.7"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/chrome/verified-access](https://developers.google.com/chrome/verified-access).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_verified_access](https://hexdocs.pm/google_api_verified_access).