source: vendor/google/apiclient-services/src/IdentityToolkit/IdentitytoolkitRelyingpartyCreateAuthUriRequest.php@ e3d4e0a

Last change on this file since e3d4e0a was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago

Upload project files

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?php
2/*
3 * Copyright 2014 Google Inc.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6 * use this file except in compliance with the License. You may obtain a copy of
7 * the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations under
15 * the License.
16 */
17
18namespace Google\Service\IdentityToolkit;
19
20class IdentitytoolkitRelyingpartyCreateAuthUriRequest extends \Google\Model
21{
22 /**
23 * @var string
24 */
25 public $appId;
26 /**
27 * @var string
28 */
29 public $authFlowType;
30 /**
31 * @var string
32 */
33 public $clientId;
34 /**
35 * @var string
36 */
37 public $context;
38 /**
39 * @var string
40 */
41 public $continueUri;
42 /**
43 * @var string[]
44 */
45 public $customParameter;
46 /**
47 * @var string
48 */
49 public $hostedDomain;
50 /**
51 * @var string
52 */
53 public $identifier;
54 /**
55 * @var string
56 */
57 public $oauthConsumerKey;
58 /**
59 * @var string
60 */
61 public $oauthScope;
62 /**
63 * @var string
64 */
65 public $openidRealm;
66 /**
67 * @var string
68 */
69 public $otaApp;
70 /**
71 * @var string
72 */
73 public $providerId;
74 /**
75 * @var string
76 */
77 public $sessionId;
78 /**
79 * @var string
80 */
81 public $tenantId;
82 /**
83 * @var string
84 */
85 public $tenantProjectNumber;
86
87 /**
88 * @param string
89 */
90 public function setAppId($appId)
91 {
92 $this->appId = $appId;
93 }
94 /**
95 * @return string
96 */
97 public function getAppId()
98 {
99 return $this->appId;
100 }
101 /**
102 * @param string
103 */
104 public function setAuthFlowType($authFlowType)
105 {
106 $this->authFlowType = $authFlowType;
107 }
108 /**
109 * @return string
110 */
111 public function getAuthFlowType()
112 {
113 return $this->authFlowType;
114 }
115 /**
116 * @param string
117 */
118 public function setClientId($clientId)
119 {
120 $this->clientId = $clientId;
121 }
122 /**
123 * @return string
124 */
125 public function getClientId()
126 {
127 return $this->clientId;
128 }
129 /**
130 * @param string
131 */
132 public function setContext($context)
133 {
134 $this->context = $context;
135 }
136 /**
137 * @return string
138 */
139 public function getContext()
140 {
141 return $this->context;
142 }
143 /**
144 * @param string
145 */
146 public function setContinueUri($continueUri)
147 {
148 $this->continueUri = $continueUri;
149 }
150 /**
151 * @return string
152 */
153 public function getContinueUri()
154 {
155 return $this->continueUri;
156 }
157 /**
158 * @param string[]
159 */
160 public function setCustomParameter($customParameter)
161 {
162 $this->customParameter = $customParameter;
163 }
164 /**
165 * @return string[]
166 */
167 public function getCustomParameter()
168 {
169 return $this->customParameter;
170 }
171 /**
172 * @param string
173 */
174 public function setHostedDomain($hostedDomain)
175 {
176 $this->hostedDomain = $hostedDomain;
177 }
178 /**
179 * @return string
180 */
181 public function getHostedDomain()
182 {
183 return $this->hostedDomain;
184 }
185 /**
186 * @param string
187 */
188 public function setIdentifier($identifier)
189 {
190 $this->identifier = $identifier;
191 }
192 /**
193 * @return string
194 */
195 public function getIdentifier()
196 {
197 return $this->identifier;
198 }
199 /**
200 * @param string
201 */
202 public function setOauthConsumerKey($oauthConsumerKey)
203 {
204 $this->oauthConsumerKey = $oauthConsumerKey;
205 }
206 /**
207 * @return string
208 */
209 public function getOauthConsumerKey()
210 {
211 return $this->oauthConsumerKey;
212 }
213 /**
214 * @param string
215 */
216 public function setOauthScope($oauthScope)
217 {
218 $this->oauthScope = $oauthScope;
219 }
220 /**
221 * @return string
222 */
223 public function getOauthScope()
224 {
225 return $this->oauthScope;
226 }
227 /**
228 * @param string
229 */
230 public function setOpenidRealm($openidRealm)
231 {
232 $this->openidRealm = $openidRealm;
233 }
234 /**
235 * @return string
236 */
237 public function getOpenidRealm()
238 {
239 return $this->openidRealm;
240 }
241 /**
242 * @param string
243 */
244 public function setOtaApp($otaApp)
245 {
246 $this->otaApp = $otaApp;
247 }
248 /**
249 * @return string
250 */
251 public function getOtaApp()
252 {
253 return $this->otaApp;
254 }
255 /**
256 * @param string
257 */
258 public function setProviderId($providerId)
259 {
260 $this->providerId = $providerId;
261 }
262 /**
263 * @return string
264 */
265 public function getProviderId()
266 {
267 return $this->providerId;
268 }
269 /**
270 * @param string
271 */
272 public function setSessionId($sessionId)
273 {
274 $this->sessionId = $sessionId;
275 }
276 /**
277 * @return string
278 */
279 public function getSessionId()
280 {
281 return $this->sessionId;
282 }
283 /**
284 * @param string
285 */
286 public function setTenantId($tenantId)
287 {
288 $this->tenantId = $tenantId;
289 }
290 /**
291 * @return string
292 */
293 public function getTenantId()
294 {
295 return $this->tenantId;
296 }
297 /**
298 * @param string
299 */
300 public function setTenantProjectNumber($tenantProjectNumber)
301 {
302 $this->tenantProjectNumber = $tenantProjectNumber;
303 }
304 /**
305 * @return string
306 */
307 public function getTenantProjectNumber()
308 {
309 return $this->tenantProjectNumber;
310 }
311}
312
313// Adding a class alias for backwards compatibility with the previous class name.
314class_alias(IdentitytoolkitRelyingpartyCreateAuthUriRequest::class, 'Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequest');
Note: See TracBrowser for help on using the repository browser.