8 lines
150 B
Go
8 lines
150 B
Go
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
package models
|
|
|
|
type VerifyPlayerAuthRequest struct {
|
|
AccessToken string `json:"accessToken,omitempty"`
|
|
}
|