Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shilgapira committed Nov 15, 2023
1 parent 13e2e54 commit 8325da2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
12 changes: 0 additions & 12 deletions src/internal/others/Deprecated.swift
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@

import Foundation

/// See the documentation for `DescopeUser`.
@available(*, unavailable, renamed: "DescopeUser")
public typealias MeResponse = DescopeUser

/// See the documentation for `SignUpDetails`.
@available(*, unavailable, renamed: "SignUpDetails")
public typealias User = SignUpDetails

/// See the documentation for `PasswordPolicyResponse`.
@available(*, unavailable, renamed: "PasswordPolicyResponse")
public typealias PasswordPolicy = PasswordPolicyResponse

public extension DescopeOTP {
@available(*, deprecated, message: "Pass a value (or an empty array) for the options parameter")
func signIn(with method: DeliveryMethod, loginId: String) async throws -> String {
Expand Down
1 change: 0 additions & 1 deletion src/session/Storage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public protocol DescopeSessionStorage: AnyObject {
/// instance of that class to the initializer to create a ``SessionStorage`` object
/// that uses a different backing store.
public class SessionStorage: DescopeSessionStorage {

public let projectId: String
public let store: Store

Expand Down

0 comments on commit 8325da2

Please sign in to comment.