|
| 1 | +# -*- coding: utf-8 -*- |
| 2 | +# Copyright 2020 Google LLC |
| 3 | +# |
| 4 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | +# you may not use this file except in compliance with the License. |
| 6 | +# You may obtain a copy of the License at |
| 7 | +# |
| 8 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | +# |
| 10 | +# Unless required by applicable law or agreed to in writing, software |
| 11 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | +# See the License for the specific language governing permissions and |
| 14 | +# limitations under the License. |
| 15 | +# |
| 16 | + |
| 17 | +from google.firebase.appcheck_v1beta.services.config_service.client import ConfigServiceClient |
| 18 | +from google.firebase.appcheck_v1beta.services.token_exchange_service.client import TokenExchangeServiceClient |
| 19 | + |
| 20 | +from google.firebase.appcheck_v1beta.types.configuration import AppAttestConfig |
| 21 | +from google.firebase.appcheck_v1beta.types.configuration import BatchGetAppAttestConfigsRequest |
| 22 | +from google.firebase.appcheck_v1beta.types.configuration import BatchGetAppAttestConfigsResponse |
| 23 | +from google.firebase.appcheck_v1beta.types.configuration import BatchGetDeviceCheckConfigsRequest |
| 24 | +from google.firebase.appcheck_v1beta.types.configuration import BatchGetDeviceCheckConfigsResponse |
| 25 | +from google.firebase.appcheck_v1beta.types.configuration import BatchGetRecaptchaConfigsRequest |
| 26 | +from google.firebase.appcheck_v1beta.types.configuration import BatchGetRecaptchaConfigsResponse |
| 27 | +from google.firebase.appcheck_v1beta.types.configuration import BatchGetSafetyNetConfigsRequest |
| 28 | +from google.firebase.appcheck_v1beta.types.configuration import BatchGetSafetyNetConfigsResponse |
| 29 | +from google.firebase.appcheck_v1beta.types.configuration import BatchUpdateServicesRequest |
| 30 | +from google.firebase.appcheck_v1beta.types.configuration import BatchUpdateServicesResponse |
| 31 | +from google.firebase.appcheck_v1beta.types.configuration import CreateDebugTokenRequest |
| 32 | +from google.firebase.appcheck_v1beta.types.configuration import DebugToken |
| 33 | +from google.firebase.appcheck_v1beta.types.configuration import DeleteDebugTokenRequest |
| 34 | +from google.firebase.appcheck_v1beta.types.configuration import DeviceCheckConfig |
| 35 | +from google.firebase.appcheck_v1beta.types.configuration import GetAppAttestConfigRequest |
| 36 | +from google.firebase.appcheck_v1beta.types.configuration import GetDebugTokenRequest |
| 37 | +from google.firebase.appcheck_v1beta.types.configuration import GetDeviceCheckConfigRequest |
| 38 | +from google.firebase.appcheck_v1beta.types.configuration import GetRecaptchaConfigRequest |
| 39 | +from google.firebase.appcheck_v1beta.types.configuration import GetSafetyNetConfigRequest |
| 40 | +from google.firebase.appcheck_v1beta.types.configuration import GetServiceRequest |
| 41 | +from google.firebase.appcheck_v1beta.types.configuration import ListDebugTokensRequest |
| 42 | +from google.firebase.appcheck_v1beta.types.configuration import ListDebugTokensResponse |
| 43 | +from google.firebase.appcheck_v1beta.types.configuration import ListServicesRequest |
| 44 | +from google.firebase.appcheck_v1beta.types.configuration import ListServicesResponse |
| 45 | +from google.firebase.appcheck_v1beta.types.configuration import RecaptchaConfig |
| 46 | +from google.firebase.appcheck_v1beta.types.configuration import SafetyNetConfig |
| 47 | +from google.firebase.appcheck_v1beta.types.configuration import Service |
| 48 | +from google.firebase.appcheck_v1beta.types.configuration import UpdateAppAttestConfigRequest |
| 49 | +from google.firebase.appcheck_v1beta.types.configuration import UpdateDebugTokenRequest |
| 50 | +from google.firebase.appcheck_v1beta.types.configuration import UpdateDeviceCheckConfigRequest |
| 51 | +from google.firebase.appcheck_v1beta.types.configuration import UpdateRecaptchaConfigRequest |
| 52 | +from google.firebase.appcheck_v1beta.types.configuration import UpdateSafetyNetConfigRequest |
| 53 | +from google.firebase.appcheck_v1beta.types.configuration import UpdateServiceRequest |
| 54 | +from google.firebase.appcheck_v1beta.types.token_exchange_service import AppAttestChallengeResponse |
| 55 | +from google.firebase.appcheck_v1beta.types.token_exchange_service import AttestationTokenResponse |
| 56 | +from google.firebase.appcheck_v1beta.types.token_exchange_service import ExchangeAppAttestAssertionRequest |
| 57 | +from google.firebase.appcheck_v1beta.types.token_exchange_service import ExchangeAppAttestAttestationRequest |
| 58 | +from google.firebase.appcheck_v1beta.types.token_exchange_service import ExchangeAppAttestAttestationResponse |
| 59 | +from google.firebase.appcheck_v1beta.types.token_exchange_service import ExchangeCustomTokenRequest |
| 60 | +from google.firebase.appcheck_v1beta.types.token_exchange_service import ExchangeDebugTokenRequest |
| 61 | +from google.firebase.appcheck_v1beta.types.token_exchange_service import ExchangeDeviceCheckTokenRequest |
| 62 | +from google.firebase.appcheck_v1beta.types.token_exchange_service import ExchangeRecaptchaTokenRequest |
| 63 | +from google.firebase.appcheck_v1beta.types.token_exchange_service import ExchangeSafetyNetTokenRequest |
| 64 | +from google.firebase.appcheck_v1beta.types.token_exchange_service import GenerateAppAttestChallengeRequest |
| 65 | +from google.firebase.appcheck_v1beta.types.token_exchange_service import GetPublicJwkSetRequest |
| 66 | +from google.firebase.appcheck_v1beta.types.token_exchange_service import PublicJwk |
| 67 | +from google.firebase.appcheck_v1beta.types.token_exchange_service import PublicJwkSet |
| 68 | + |
| 69 | +__all__ = ('ConfigServiceClient', |
| 70 | + 'TokenExchangeServiceClient', |
| 71 | + 'AppAttestConfig', |
| 72 | + 'BatchGetAppAttestConfigsRequest', |
| 73 | + 'BatchGetAppAttestConfigsResponse', |
| 74 | + 'BatchGetDeviceCheckConfigsRequest', |
| 75 | + 'BatchGetDeviceCheckConfigsResponse', |
| 76 | + 'BatchGetRecaptchaConfigsRequest', |
| 77 | + 'BatchGetRecaptchaConfigsResponse', |
| 78 | + 'BatchGetSafetyNetConfigsRequest', |
| 79 | + 'BatchGetSafetyNetConfigsResponse', |
| 80 | + 'BatchUpdateServicesRequest', |
| 81 | + 'BatchUpdateServicesResponse', |
| 82 | + 'CreateDebugTokenRequest', |
| 83 | + 'DebugToken', |
| 84 | + 'DeleteDebugTokenRequest', |
| 85 | + 'DeviceCheckConfig', |
| 86 | + 'GetAppAttestConfigRequest', |
| 87 | + 'GetDebugTokenRequest', |
| 88 | + 'GetDeviceCheckConfigRequest', |
| 89 | + 'GetRecaptchaConfigRequest', |
| 90 | + 'GetSafetyNetConfigRequest', |
| 91 | + 'GetServiceRequest', |
| 92 | + 'ListDebugTokensRequest', |
| 93 | + 'ListDebugTokensResponse', |
| 94 | + 'ListServicesRequest', |
| 95 | + 'ListServicesResponse', |
| 96 | + 'RecaptchaConfig', |
| 97 | + 'SafetyNetConfig', |
| 98 | + 'Service', |
| 99 | + 'UpdateAppAttestConfigRequest', |
| 100 | + 'UpdateDebugTokenRequest', |
| 101 | + 'UpdateDeviceCheckConfigRequest', |
| 102 | + 'UpdateRecaptchaConfigRequest', |
| 103 | + 'UpdateSafetyNetConfigRequest', |
| 104 | + 'UpdateServiceRequest', |
| 105 | + 'AppAttestChallengeResponse', |
| 106 | + 'AttestationTokenResponse', |
| 107 | + 'ExchangeAppAttestAssertionRequest', |
| 108 | + 'ExchangeAppAttestAttestationRequest', |
| 109 | + 'ExchangeAppAttestAttestationResponse', |
| 110 | + 'ExchangeCustomTokenRequest', |
| 111 | + 'ExchangeDebugTokenRequest', |
| 112 | + 'ExchangeDeviceCheckTokenRequest', |
| 113 | + 'ExchangeRecaptchaTokenRequest', |
| 114 | + 'ExchangeSafetyNetTokenRequest', |
| 115 | + 'GenerateAppAttestChallengeRequest', |
| 116 | + 'GetPublicJwkSetRequest', |
| 117 | + 'PublicJwk', |
| 118 | + 'PublicJwkSet', |
| 119 | +) |
0 commit comments