deepgram.clients.auth.v1
1# Copyright 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 4from .client import AuthRESTClient 5from .async_client import AsyncAuthRESTClient 6from .response import ( 7 GrantTokenResponse, 8)