interface AppleOAuthConfig {
    clientId: string;
    keyId: string;
    privateKey: string;
    teamId: string;
}

Properties

clientId: string

client id

keyId: string

key id

privateKey: string

private key

teamId: string

team id

Generated using TypeDoc