We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unowned
1 parent 71ad611 commit 26e6c2bCopy full SHA for 26e6c2b
Sources/Base/OAuth2AuthorizerUI.swift
@@ -27,7 +27,7 @@ Platform-dependent authorizers must adopt this protocol.
27
public protocol OAuth2AuthorizerUI {
28
29
/// The OAuth2 instance this authorizer belongs to.
30
- unowned var oauth2: OAuth2Base { get }
+ var oauth2: OAuth2Base { get }
31
32
/**
33
Open the authorize URL in the OS browser.
0 commit comments