Skip to content
rw3iss Auth

SsoUrlRequest

SsoUrlRequest

Defined in: @rw3iss/auth-shared/src/dto/auth.ts

POST /auth/sso/url request body.

Properties

code_challenge?

optional code_challenge?: string

Defined in: @rw3iss/auth-shared/src/dto/auth.ts

PKCE (RFC 7636). code_challenge is BASE64URL(SHA256(verifier)) when code_challenge_method is “S256” — the only method server-side accepts. Both fields are required-together or absent-together.


code_challenge_method?

optional code_challenge_method?: "S256"

Defined in: @rw3iss/auth-shared/src/dto/auth.ts


invite_code?

optional invite_code?: string

Defined in: @rw3iss/auth-shared/src/dto/auth.ts


organization_id?

optional organization_id?: string

Defined in: @rw3iss/auth-shared/src/dto/auth.ts


provider

provider: string

Defined in: @rw3iss/auth-shared/src/dto/auth.ts


redirect_url

redirect_url: string

Defined in: @rw3iss/auth-shared/src/dto/auth.ts