Skip to main content

InterfaceOAuthLoginInput

Admin Docs


Interface: InterfaceOAuthLoginInput

Defined in: src/types/Auth/auth.ts:24

Input data required for OAuth login flow.

Properties

authorizationCode

authorizationCode: string

Defined in: src/types/Auth/auth.ts:28

Authorization code received from OAuth provider


provider

provider: OAuthProviderKey

Defined in: src/types/Auth/auth.ts:26

The OAuth provider to use for authentication


redirectUri

redirectUri: string

Defined in: src/types/Auth/auth.ts:30

Redirect URI registered with the OAuth provider