File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.rom googleapiclient import discovery
15
15
16
- """Use a service account and key file to access an IAP protected resource"""
16
+ """Use a service account and key file to access an IAP- protected resource"""
17
17
18
18
19
19
def get_private_key (json_file_name ):
@@ -35,7 +35,8 @@ def get_private_key(json_file_name):
35
35
36
36
37
37
def build_claim (client_id , service_account ):
38
- """Creates the necessary claim to request access to an IAP protected URL
38
+ """Creates the necessary claim to request access to an IAP-protected URL
39
+
39
40
Args:
40
41
client_id: the OAuth client ID. Available from API/Credentials console
41
42
service_account: the service account email
You can’t perform that action at this time.
0 commit comments