Skip to content

EventToken

Nov Matake edited this page Jul 12, 2022 · 2 revisions

Server-to-Server Notification

ref.) Processing changes for Sign in with Apple accounts - Apple Developer Documentation

jwt_string = "eyJ..."
event_token = AppleID::EventToken.decode jwt_string
event_token.verify!(client: client)
puts event_token.inspect
Clone this wiki locally