go-AlorApi/auth.go

6 lines
71 B
Go
Raw Permalink Normal View History

2023-02-02 21:09:34 +03:00
package alorapi
type auth struct{
jwt string
refresh_token string
}