15 lines
384 B
Swift
15 lines
384 B
Swift
//
|
|
// Copyright Amazon.com Inc. or its affiliates.
|
|
// All Rights Reserved.
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
import Foundation
|
|
|
|
struct AuthTestHarnessConstants {
|
|
static let authConfigurationResourcePath = "TestResources/AuthConfigurations"
|
|
static let authStatesResourcePath = "TestResources/AuthStates"
|
|
static let testSuitesPath = "TestResources/TestSuites"
|
|
}
|