Workflow

extension Workflow

Sign off handler for the session module

  • session() Asynchronous

    Retrieves the SSOToken from the session config in sharedContext

    Declaration

    Swift

    public func session() async -> SSOToken?
  • deleteSession() Asynchronous

    Deletes the stored SSOToken from the session config in sharedContext

    Declaration

    Swift

    public func deleteSession() async