Static Propertyvapor.jwt-kit 5.1.2JWTKit
unsupported
Not supported on current platform, ignore the value
static let unsupported: AppleIdentityToken.UserDetectionStatus
Not supported on current platform, ignore the value
static let unsupported: AppleIdentityToken.UserDetectionStatus
s6JWTKit18AppleIdentityTokenV19UserDetectionStatusV11unsupportedAEvpZ
What are these?Q8O4
import JWTKit
🔑 JSON Web Token signing and verification (HMAC, RSA, PSS, ECDSA, EdDSA) using SwiftCrypto.
struct UserDetectionStatus
Taken from https://developer.apple.com/documentation/authenticationservices/asuserdetectionstatus With slight modification to make adding new cases non-breaking.
struct AppleIdentityToken
init(from decoder: Decoder) throws
init(rawValue: Int)
static let likelyReal: AppleIdentityToken.UserDetectionStatus
A hint that we have high confidence that the user is real
static let unknown: AppleIdentityToken.UserDetectionStatus
We could not determine the value. New users in the ecosystem will get this value as well, so you should not block these users, but instead treat them as any new user through standard email sign up flows
let rawValue: Int
func encode(to encoder: Encoder) throws