()
| 1437 | } |
| 1438 | |
| 1439 | func (x *CreateAuthCodeResponse) GetCode() string { |
| 1440 | if x != nil { |
| 1441 | return x.Code |
| 1442 | } |
| 1443 | return "" |
| 1444 | } |
| 1445 | |
| 1446 | type VerifyTokenRequest struct { |
| 1447 | state protoimpl.MessageState |
nothing calls this directly
no outgoing calls
no test coverage detected