| 18 | ) |
| 19 | |
| 20 | type AuthResponse struct { |
| 21 | AccessJwt string `json:"accessJwt"` |
| 22 | RefreshJwt string `json:"refreshJwt"` |
| 23 | DID string `json:"did"` |
| 24 | } |
| 25 | |
| 26 | type AuthRequest struct { |
| 27 | Identifier string `json:"identifier"` |
nothing calls this directly
no outgoing calls
no test coverage detected