🍿 @lorenzopant/tmdb

Authentication

Type definitions for the Authentication API.

Types related to the AuthenticationAPI namespace.

AuthValidateKeyResponse

Returned by authentication.validate_key().

Prop

Type

AuthGuestSessionResponse

Returned by authentication.create_guest_session().

Prop

Type

AuthRequestTokenResponse

Returned by both authentication.create_request_token() and authentication.create_session_with_login().

Prop

Type

AuthCreateSessionBody

Request body for authentication.create_session().

Prop

Type

AuthCreateSessionResponse

Returned by authentication.create_session().

Prop

Type

AuthCreateSessionWithLoginBody

Request body for authentication.create_session_with_login().

Prop

Type

AuthDeleteSessionBody

Request body for authentication.delete_session().

Prop

Type

AuthDeleteSessionResponse

Returned by authentication.delete_session().

Prop

Type

On this page