HummingKitAuthentication
public struct HummingKitAuthentication
Undocumented
-
Static function for fetching Apple Music user token from server using developer token.
Declaration
Swift
public static func fetchUserToken(developerToken: String, completion: @escaping (Result<String, Error>) -> Void)Parameters
developerTokenDeveloper Token provided by the developer who use this package, required for authentication.
completionResult
containing request status and token returned by server.
HummingKitAuthentication Structure Reference