mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 18:47:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Dart
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Dart
		
	
	
	
	
		
			Generated
		
	
	
| //
 | |
| // AUTO-GENERATED FILE, DO NOT MODIFY!
 | |
| //
 | |
| // @dart=2.18
 | |
| 
 | |
| // ignore_for_file: unused_element, unused_import
 | |
| // ignore_for_file: always_put_required_named_parameters_first
 | |
| // ignore_for_file: constant_identifier_names
 | |
| // ignore_for_file: lines_longer_than_80_chars
 | |
| 
 | |
| import 'package:openapi/api.dart';
 | |
| import 'package:test/test.dart';
 | |
| 
 | |
| 
 | |
| /// tests for OAuthApi
 | |
| void main() {
 | |
|   // final instance = OAuthApi();
 | |
| 
 | |
|   group('tests for OAuthApi', () {
 | |
|     //Future<LoginResponseDto> finishOAuth(OAuthCallbackDto oAuthCallbackDto) async
 | |
|     test('test finishOAuth', () async {
 | |
|       // TODO
 | |
|     });
 | |
| 
 | |
|     //Future<UserResponseDto> linkOAuthAccount(OAuthCallbackDto oAuthCallbackDto) async
 | |
|     test('test linkOAuthAccount', () async {
 | |
|       // TODO
 | |
|     });
 | |
| 
 | |
|     //Future redirectOAuthToMobile() async
 | |
|     test('test redirectOAuthToMobile', () async {
 | |
|       // TODO
 | |
|     });
 | |
| 
 | |
|     //Future<OAuthAuthorizeResponseDto> startOAuth(OAuthConfigDto oAuthConfigDto) async
 | |
|     test('test startOAuth', () async {
 | |
|       // TODO
 | |
|     });
 | |
| 
 | |
|     //Future<UserResponseDto> unlinkOAuthAccount() async
 | |
|     test('test unlinkOAuthAccount', () async {
 | |
|       // TODO
 | |
|     });
 | |
| 
 | |
|   });
 | |
| }
 |