Workflow
extension Workflow
Sign off handler for the session module
-
session()AsynchronousRetrieves the SSOToken from the session config in sharedContext
Declaration
Swift
public func session() async -> SSOToken? -
deleteSession()AsynchronousDeletes the stored SSOToken from the session config in sharedContext
Declaration
Swift
public func deleteSession() async
View on GitHub