Skip to content

Commit

Permalink
open region config init function to public to be used in ionic
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Dec 20, 2023
1 parent 2c3c95a commit 8bda1bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Sources/FronteggSwift/utils/PlistHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ public struct RegionConfig {
public var key: String
public var baseUrl: String
public var clientId: String

public init(key: String, baseUrl: String, clientId: String){
self.key = key
self.baseUrl = baseUrl
self.clientId = clientId
}
}

struct PlistHelper {
Expand Down

0 comments on commit 8bda1bb

Please sign in to comment.