ExtAuthRequestStorage
public protocol ExtAuthRequestStorage : AnyObject
sourcery: StreamWrapped
-
Declaration
Swift
func setExtAuthRequest(_ request: ExtAuthChallengeSession?, for state: String)
-
Declaration
Swift
func getExtAuthRequest(for state: String) -> ExtAuthChallengeSession?
-
Removes all pending requests
Declaration
Swift
func reset()
-
Declaration
Swift
var pendingExtAuthRequests: AnyPublisher<[ExtAuthChallengeSession], Never> { get }