DocuSign v0.2.4 DocuSign.Model.OauthAccess View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %DocuSign.Model.OauthAccess{
  access_token: String.t(),
  data: [NameValue],
  expires_in: String.t(),
  refresh_token: String.t(),
  scope: String.t(),
  token_type: String.t()
}