ExVcom.Model.OAuthCredentials (ex_vcom v0.1.1)

OAuth credentials object

Link to this section Summary

Link to this section Types

@type t() :: %ExVcom.Model.OAuthCredentials{
  access_token: String.t(),
  expires_in: integer(),
  refresh_token: String.t(),
  token_type: String.t()
}