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 }