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