You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

AppleDeveloperToken

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

AppleDeveloperToken

Generate developer tokens for Apple Music API.

1.0.1
Source
nugetNuGet
Version published
Maintainers
1
Created
Source

Generate a developer token needed to make requests to Apple Music API.

Getting Started

You will need an Apple Developer Account to obtain:

  • Private Key (from .p8)
  • 10-character Team ID
  • 10-character Key ID

See Apple's documentation for more info.

How to Use

using AppleDeveloperToken;

var tokenGenerator = new TokenGenerator(privateKey, teamId, keyId);
var timeValid = TimeSpan.FromDays(1);
var token = tokenGenerator.Generate(timeValid);

Keywords

apple

FAQs

Package last updated on 08 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts