PolarExpress.Resources.Oauth2 (polar_express v0.2.2)

Copy Markdown View Source

Oauth2

Oauth2 API operations.

Summary

Types

t()

@type t() :: %PolarExpress.Resources.Oauth2{
  access_token: term(),
  expires_in: term(),
  id_token: term(),
  refresh_token: term(),
  scope: term(),
  token_type: term()
}
  • access_token
  • expires_in
  • id_token
  • refresh_token
  • scope
  • token_type

Functions

object_name()