rename to core
This commit is contained in:
8
core/identity/application/dto/AuthCallbackCommandDTO.ts
Normal file
8
core/identity/application/dto/AuthCallbackCommandDTO.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { AuthProviderDTO } from './AuthProviderDTO';
|
||||
|
||||
export interface AuthCallbackCommandDTO {
|
||||
provider: AuthProviderDTO;
|
||||
code: string;
|
||||
state: string;
|
||||
returnTo?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user