File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Sources/ArcGISToolkit/Components Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ public extension AuthenticationManager {
111111
112112 /// Signs the user out of the application by revoking OAuth tokens,
113113 /// invalidating IAP credentials, and clearing credential stores.
114+ /// - Since: 200.8
114115 func signOut( ) async {
115116 await revokeOAuthTokens ( )
116117 await invalidateIAPCredentials ( )
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ public struct PopupView: View {
7878 /// - root: The popup to display.
7979 /// - isPresented: A Boolean value indicating whether the view is presented. The close button
8080 /// is displayed when this is non-`nil`.
81+ /// - Since: 200.8
8182 public init ( root: Popup , isPresented: Binding < Bool > ? = nil ) {
8283 self . popup = root
8384 self . isPresented = isPresented
You can’t perform that action at this time.
0 commit comments