Skip to content

Commit 3409450

Browse files
committed
Import "Constants" for swift-build
1 parent 8d60e03 commit 3409450

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Sources/Base/OAuth2Base.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
import Foundation
2222
import CommonCrypto
2323

24+
#if !NO_MODULE_IMPORT
25+
import Constants
26+
#endif
27+
2428
/**
2529
Class extending on OAuth2Requestable, exposing configuration and maintaining context, serving as base class for `OAuth2`.
2630
*/

Sources/Base/OAuth2ServerMetadata.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// Copyright © 2025 Pascal Pfiffner. All rights reserved.
77
//
88

9+
#if !NO_MODULE_IMPORT
10+
import Constants
11+
#endif
912

1013
/// https://datatracker.ietf.org/doc/html/rfc8414#section-2
1114
public struct OAuth2ServerMetadata: Decodable {

0 commit comments

Comments
 (0)