Skip to content

Commit 685acf0

Browse files
committed
Change OAuthTypesLab library to OAuthTypes
1 parent 4c23a97 commit 685acf0

42 files changed

Lines changed: 1 addition & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ let package = Package(
3333
]
3434
),
3535
.target(
36-
name: "OAuthTypesLab",
36+
name: "OAuthTypes",
3737
dependencies: [
3838
.product(name: "Jot", package: "jot")
3939
]

Sources/OAuthTypesLab/ATProtoLoopbackClientMetadata.swift renamed to Sources/OAuthTypes/ATProtoLoopbackClientMetadata.swift

File renamed without changes.
File renamed without changes.

Sources/OAuthTypesLab/OAuthAuthorizationCodeGrantTokenRequest.swift renamed to Sources/OAuthTypes/OAuthAuthorizationCodeGrantTokenRequest.swift

File renamed without changes.
File renamed without changes.

Sources/OAuthTypesLab/OAuthAuthorizationRequestJar.swift renamed to Sources/OAuthTypes/OAuthAuthorizationRequestJar.swift

File renamed without changes.

Sources/OAuthTypesLab/OAuthAuthorizationRequestPAR.swift renamed to Sources/OAuthTypes/OAuthAuthorizationRequestPAR.swift

File renamed without changes.

Sources/OAuthTypesLab/OAuthAuthorizationRequestParameters.swift renamed to Sources/OAuthTypes/OAuthAuthorizationRequestParameters.swift

File renamed without changes.

0 commit comments

Comments
 (0)