()
| 1672 | } |
| 1673 | |
| 1674 | func (x *DocumentAccessTokenRequest) GetClientID() string { |
| 1675 | if x != nil { |
| 1676 | return x.ClientID |
| 1677 | } |
| 1678 | return "" |
| 1679 | } |
| 1680 | |
| 1681 | type DocumentAccessTokenResponse struct { |
| 1682 | state protoimpl.MessageState `protogen:"open.v1"` |
nothing calls this directly
no outgoing calls
no test coverage detected