DocuSign v0.2.1 DocuSign.Model.AuthenticationMethod View Source

Contains information about the method used for authentication.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %DocuSign.Model.AuthenticationMethod{
  authenticationType: String.t(),
  lastProvider: String.t(),
  lastTimestamp: String.t(),
  totalCount: integer()
}