MollieAPI.Model.OauthGenerateTokens200Response (mollie_api v0.1.0-20260428)

View Source

Summary

Types

t()

@type t() :: %MollieAPI.Model.OauthGenerateTokens200Response{
  access_token: String.t() | nil,
  expires_in: integer() | nil,
  refresh_token: String.t() | nil,
  scope: String.t() | nil,
  token_type: String.t() | nil
}

Functions

decode(value)