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

    developerToken

    Developer Token provided by the developer who use this package, required for authentication.

    completion

    Result containing request status and token returned by server.