func isSignedIn()

in Sources/Bridget/native.swift [840:851]


  func isSignedIn(completion: @escaping (Result<Bool, Error>) -> Void)

  ///
  /// - Parameters:
  ///   - reason: 
  ///   - referrer: 
  ///   - completion: Result<Bool, Error> wrapping return and following Exceptions: 
  func signIn(reason: SignInScreenReason, referrer: SignInScreenReferrer, completion: @escaping (Result<Bool, Error>) -> Void)

}

open class UserProcessor /* User */ {