@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 }