From b029a448fe9182e8b527176bfcef942b3017894e Mon Sep 17 00:00:00 2001 From: "Mohannad A. Hassan" Date: Wed, 22 Jan 2025 23:24:00 +0200 Subject: [PATCH] Make AppAuthStateData an internal declaration --- Core/AppAuthOAuthService/AppAuthOAuthService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/AppAuthOAuthService/AppAuthOAuthService.swift b/Core/AppAuthOAuthService/AppAuthOAuthService.swift index c05ca64f..35643c46 100644 --- a/Core/AppAuthOAuthService/AppAuthOAuthService.swift +++ b/Core/AppAuthOAuthService/AppAuthOAuthService.swift @@ -10,7 +10,7 @@ import OAuthService import UIKit import VLogging -public struct AppAuthStateData: OAuthStateData { +struct AppAuthStateData: OAuthStateData { let state: OIDAuthState public var isAuthorized: Bool { state.isAuthorized }