Classes

The following classes are available globally.

  • Represents a client registered with Schibsted account.

    See more

    Declaration

    Swift

    public class Client : CustomStringConvertible
  • Default implementation of ASWebAuthenticationPresentationContextProviding for the ASWebAuthenticationSession.

    See more

    Declaration

    Swift

    @MainActor
    public class ASWebAuthSessionContextProvider : NSObject, ASWebAuthenticationPresentationContextProviding
  • AuthenticatedURLSession wraps a User to allow Bearer authenticated requests and the use of URLSessionDataTask

    See more

    Declaration

    Swift

    public final class AuthenticatedURLSession
  • Declaration

    Swift

    public final class SimplifiedLoginManager
  • Representation of logged-in user.

    See more

    Declaration

    Swift

    public class User : UserProtocol
    extension User: Equatable
  • Declaration

    Swift

    public final class MulticastDelegate<T>