Table of Contents

Class AppleJwtFactory

Namespace
Glitch9.AIDevKit.Auth
public static class AppleJwtFactory
Inheritance
object
AppleJwtFactory

Methods

CreateClientSecret(string, string, string, string, TimeSpan?)

public static string CreateClientSecret(string teamId, string keyId, string privateKeyPem, string clientId, TimeSpan? lifetime = null)

Parameters

teamId string
keyId string
privateKeyPem string
clientId string
lifetime TimeSpan?

Returns

string