Skip to content
Snippets Groups Projects
Commit 47fa9946 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Do not use ephemeral login by default

parent c8be727c
No related branches found
No related tags found
1 merge request!102Release 1.0.0
...@@ -5,7 +5,7 @@ public struct Login { ...@@ -5,7 +5,7 @@ public struct Login {
public var run: (Bool, Int, AuthCallbacks?, ReceptionIdentity, Data) throws -> E2E public var run: (Bool, Int, AuthCallbacks?, ReceptionIdentity, Data) throws -> E2E
public func callAsFunction( public func callAsFunction(
ephemeral: Bool, ephemeral: Bool = false,
cmixId: Int, cmixId: Int,
authCallbacks: AuthCallbacks? = nil, authCallbacks: AuthCallbacks? = nil,
identity: ReceptionIdentity, identity: ReceptionIdentity,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment