We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80648b commit 1daccd2Copy full SHA for 1daccd2
Sources/Flows/OAuth2PasswordGrant.swift
@@ -67,7 +67,7 @@ open class OAuth2PasswordGrant: OAuth2 {
67
open var password: String?
68
69
/// Properties used to handle the native controller.
70
- lazy var customAuthorizer: OAuth2CustomAuthorizerUI = OAuth2CustomAuthorizer()
+ open lazy var customAuthorizer: OAuth2CustomAuthorizerUI = OAuth2CustomAuthorizer()
71
72
/**
73
If credentials are unknown when trying to authorize, the delegate will be asked a login controller to present.
0 commit comments