Skip to content

Commit 1daccd2

Browse files
amaurydavidp2
authored andcommitted
The customAuthorizer is now open so that we can now provide our own implementation
1 parent d80648b commit 1daccd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Flows/OAuth2PasswordGrant.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ open class OAuth2PasswordGrant: OAuth2 {
6767
open var password: String?
6868

6969
/// Properties used to handle the native controller.
70-
lazy var customAuthorizer: OAuth2CustomAuthorizerUI = OAuth2CustomAuthorizer()
70+
open lazy var customAuthorizer: OAuth2CustomAuthorizerUI = OAuth2CustomAuthorizer()
7171

7272
/**
7373
If credentials are unknown when trying to authorize, the delegate will be asked a login controller to present.

0 commit comments

Comments
 (0)