deepgram.clients.auth
1# Copyright 2023-2024 Deepgram SDK contributors. All Rights Reserved. 2# Use of this source code is governed by a MIT license that can be found in the LICENSE file. 3# SPDX-License-Identifier: MIT 4 5from .client import AuthRESTClient 6from .client import AsyncAuthRESTClient 7from .client import ( 8 GrantTokenResponse, 9)