redditwarp.core.grants#

class redditwarp.core.grants.InstalledClientGrant(device_id: 'str', scope: 'Optional[str]' = None)[source]#

Bases: AuthorizationGrant

GRANT_TYPE: ClassVar[str] = 'https://oauth.reddit.com/grants/installed_client'#
device_id: str#
scope: str | None = None#