Skip to main content

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.

import { StartSocialRedirectResponseDTO } from '@nauth-toolkit/nestjs';

Properties

PropertyTypeRequiredDescription
urlstringYesRedirect URL to the OAuth provider authorization endpoint.

Used By