Skip to content

Commit

Permalink
Release/2.5.0 (#84)
Browse files Browse the repository at this point in the history
* Update framework

* Update podspec

* Update docs
  • Loading branch information
Eeyore741 committed Mar 8, 2024
1 parent d057460 commit 13ee75c
Show file tree
Hide file tree
Showing 1,002 changed files with 1,545 additions and 1,474 deletions.
2 changes: 1 addition & 1 deletion TinkLink.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |spec|
spec.description = <<-DESC
Optimise open banking experiences for mobile apps with Tink Link iOS SDK.
DESC
spec.version = "2.4.0"
spec.version = "2.5.0"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.authors = { "Tink AB" => "mobile@tink.se" }
spec.homepage = "https://github.com/tink-ab/tink-link-ios"
Expand Down
Binary file modified TinkLink.xcframework/ios-arm64/TinkLink.framework/Info.plist
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extension TinkLink.Tink {
extension TinkLink.Tink.AccountAggregation {
public static func authorizeForOneTimeAccess(configuration: TinkLink.Configuration, market: TinkLink.Market, scope: [TinkLink.Scope], locale: Foundation.Locale = .current, sessionID: Swift.String? = nil, inputUsername: Swift.String? = nil, inputProvider: Swift.String? = nil, completion: @escaping (Swift.Result<TinkLink.OneTimeConnection, TinkLink.TinkError>) -> Swift.Void) -> UIKit.UINavigationController
public static func addCredentials(configuration: TinkLink.Configuration, market: TinkLink.Market, authorizationCode: TinkLink.AuthorizationCode, locale: Foundation.Locale = .current, scope: [TinkLink.Scope]? = nil, sessionID: Swift.String? = nil, inputUsername: Swift.String? = nil, inputProvider: Swift.String? = nil, completion: @escaping (Swift.Result<TinkLink.Credentials.ID, TinkLink.TinkError>) -> Swift.Void) -> UIKit.UINavigationController
public static func refreshCredentials(configuration: TinkLink.Configuration, authorizationCode: TinkLink.AuthorizationCode, credentialsID: TinkLink.Credentials.ID, authenticate: Swift.Bool? = false, completion: @escaping (Swift.Result<TinkLink.Credentials.ID, TinkLink.TinkError>) -> Swift.Void) -> UIKit.UINavigationController
public static func refreshCredentials(configuration: TinkLink.Configuration, authorizationCode: TinkLink.AuthorizationCode, credentialsID: TinkLink.Credentials.ID, authenticate: Swift.Bool? = false, locale: Foundation.Locale = .current, completion: @escaping (Swift.Result<TinkLink.Credentials.ID, TinkLink.TinkError>) -> Swift.Void) -> UIKit.UINavigationController
public static func extendConsent(configuration: TinkLink.Configuration, authorizationCode: TinkLink.AuthorizationCode, credentialsID: TinkLink.Credentials.ID, completion: @escaping (Swift.Result<TinkLink.Credentials.ID, TinkLink.TinkError>) -> Swift.Void) -> UIKit.UINavigationController
public static func authenticateCredentials(configuration: TinkLink.Configuration, authorizationCode: TinkLink.AuthorizationCode, credentialsID: TinkLink.Credentials.ID, completion: @escaping (Swift.Result<TinkLink.Credentials.ID, TinkLink.TinkError>) -> Swift.Void) -> UIKit.UINavigationController
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extension TinkLink.Tink {
extension TinkLink.Tink.AccountAggregation {
public static func authorizeForOneTimeAccess(configuration: TinkLink.Configuration, market: TinkLink.Market, scope: [TinkLink.Scope], locale: Foundation.Locale = .current, sessionID: Swift.String? = nil, inputUsername: Swift.String? = nil, inputProvider: Swift.String? = nil, completion: @escaping (Swift.Result<TinkLink.OneTimeConnection, TinkLink.TinkError>) -> Swift.Void) -> UIKit.UINavigationController
public static func addCredentials(configuration: TinkLink.Configuration, market: TinkLink.Market, authorizationCode: TinkLink.AuthorizationCode, locale: Foundation.Locale = .current, scope: [TinkLink.Scope]? = nil, sessionID: Swift.String? = nil, inputUsername: Swift.String? = nil, inputProvider: Swift.String? = nil, completion: @escaping (Swift.Result<TinkLink.Credentials.ID, TinkLink.TinkError>) -> Swift.Void) -> UIKit.UINavigationController
public static func refreshCredentials(configuration: TinkLink.Configuration, authorizationCode: TinkLink.AuthorizationCode, credentialsID: TinkLink.Credentials.ID, authenticate: Swift.Bool? = false, completion: @escaping (Swift.Result<TinkLink.Credentials.ID, TinkLink.TinkError>) -> Swift.Void) -> UIKit.UINavigationController
public static func refreshCredentials(configuration: TinkLink.Configuration, authorizationCode: TinkLink.AuthorizationCode, credentialsID: TinkLink.Credentials.ID, authenticate: Swift.Bool? = false, locale: Foundation.Locale = .current, completion: @escaping (Swift.Result<TinkLink.Credentials.ID, TinkLink.TinkError>) -> Swift.Void) -> UIKit.UINavigationController
public static func extendConsent(configuration: TinkLink.Configuration, authorizationCode: TinkLink.AuthorizationCode, credentialsID: TinkLink.Credentials.ID, completion: @escaping (Swift.Result<TinkLink.Credentials.ID, TinkLink.TinkError>) -> Swift.Void) -> UIKit.UINavigationController
public static func authenticateCredentials(configuration: TinkLink.Configuration, authorizationCode: TinkLink.AuthorizationCode, credentialsID: TinkLink.Credentials.ID, completion: @escaping (Swift.Result<TinkLink.Credentials.ID, TinkLink.TinkError>) -> Swift.Void) -> UIKit.UINavigationController
}
Expand Down
Binary file modified TinkLink.xcframework/ios-arm64/TinkLink.framework/TinkLink
Binary file not shown.
Binary file not shown.

0 comments on commit 13ee75c

Please sign in to comment.