updated AppleClientSecretCreate struct comment

This commit is contained in:
Gani Georgiev 2023-12-26 20:49:29 +02:00
parent 6b3780c630
commit 370862fa2e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
var privateKeyRegex = regexp.MustCompile(`(?m)-----BEGIN PRIVATE KEY----[\s\S]+-----END PRIVATE KEY-----`) var privateKeyRegex = regexp.MustCompile(`(?m)-----BEGIN PRIVATE KEY----[\s\S]+-----END PRIVATE KEY-----`)
// AppleClientSecretCreate is a [models.Admin] upsert (create/update) form. // AppleClientSecretCreate is a form struct to generate a new Apple Client Secret.
// //
// Reference: https://developer.apple.com/documentation/sign_in_with_apple/generate_and_validate_tokens // Reference: https://developer.apple.com/documentation/sign_in_with_apple/generate_and_validate_tokens
type AppleClientSecretCreate struct { type AppleClientSecretCreate struct {