From 2470ca0f3bf6e5725184ba3688bbb4171e0390d7 Mon Sep 17 00:00:00 2001 From: Peter Andrews Date: Thu, 19 Jan 2023 10:00:45 -0800 Subject: [PATCH 1/2] Bump swift tools version to 5.5. --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 8599e0d3..ead02cf8 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.1 +// swift-tools-version:5.5 // The swift-tools-version declares the minimum version of Swift required to build this package. // Copyright 2021 Google LLC From 59f788e89cc74c98c48d879b2c20c60b840475f0 Mon Sep 17 00:00:00 2001 From: Peter Andrews Date: Thu, 19 Jan 2023 10:01:01 -0800 Subject: [PATCH 2/2] Add documentation catalog. --- .../Sources/Documentation.docc/GTMAppAuth.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 GTMAppAuth/Sources/Documentation.docc/GTMAppAuth.md diff --git a/GTMAppAuth/Sources/Documentation.docc/GTMAppAuth.md b/GTMAppAuth/Sources/Documentation.docc/GTMAppAuth.md new file mode 100644 index 00000000..e2ad12f2 --- /dev/null +++ b/GTMAppAuth/Sources/Documentation.docc/GTMAppAuth.md @@ -0,0 +1,20 @@ +# ``GTMAppAuth`` + +A helper for AppAuth + +## Overview + +This is the overview. + +## Topics + +### Working with Auth Sessions + +- ``AuthSession`` +- ``AuthSessionTokenRefreshDelegate`` + +### Storing Auth Sessions + +- ``KeychainStore`` +- ``AuthSessionStore`` +- ``KeychainHelper``