StartSocialRedirectResponseDTO
Package: @nauth-toolkit/core
Type: Response DTO (interface)
Response DTO returned by SocialRedirectHandler.start(). Use with NestJS @Redirect() or equivalent to perform the redirect to the OAuth provider.
- NestJS
- Express
- Fastify
import { StartSocialRedirectResponseDTO } from '@nauth-toolkit/nestjs';
import { StartSocialRedirectResponseDTO } from '@nauth-toolkit/core';
import { StartSocialRedirectResponseDTO } from '@nauth-toolkit/core';
Properties
| Property | Type | Required | Description |
|---|---|---|---|
url | string | Yes | Redirect URL to the OAuth provider authorization endpoint. |
Used By
Related
StartSocialRedirectQueryDTO- Query parameters for startSocialRedirectCallbackResponseDTO- Callback response