()
| 69 | } |
| 70 | |
| 71 | func (c *Credentials) Auth() pogs.TunnelAuth { |
| 72 | return pogs.TunnelAuth{ |
| 73 | AccountTag: c.AccountTag, |
| 74 | TunnelSecret: c.TunnelSecret, |
| 75 | } |
| 76 | } |
| 77 | |
| 78 | // TunnelToken are Credentials but encoded with custom fields namings. |
| 79 | type TunnelToken struct { |