forked from loafle/openapi-generator-original
* 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.