updated AppleClientSecretCreate struct comment
This commit is contained in:
parent
6b3780c630
commit
370862fa2e
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue