TF-3278 Handle open app via deep link at MailboxDashboard screen
This commit is contained in:
@@ -24,6 +24,7 @@ class JmapClient {
|
||||
basicAuth: String?,
|
||||
tokenEndpointUrl: String?,
|
||||
oidcScopes: [String]?,
|
||||
isTWP: Bool?,
|
||||
onComplete: @escaping ([Email], [Error]) -> Void
|
||||
) {
|
||||
if (authenticationType == AuthenticationType.basic) {
|
||||
@@ -42,7 +43,8 @@ class JmapClient {
|
||||
tokenRefreshManager = TokenRefreshManager(
|
||||
refreshToken: tokenOidc?.refreshToken ?? "",
|
||||
tokenEndpoint: tokenEndpointUrl ?? "",
|
||||
scopes: oidcScopes
|
||||
scopes: oidcScopes,
|
||||
isTWP: isTWP
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user