mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-02 15:00:58 +00:00
* quick edit to allow tokens to refresh if they specify an expires_in and created fields. Also supports refresh_token if that is passed. * update samples * fix compile error for projects without default using statement. make the created date nullable. * fix nullable de-reference on Created. * fix to remove nullable reference types (the ! to remove the warning) and add documentation comments to the public members.